IDEMPIERE-1979
This commit is contained in:
parent
1c059972c8
commit
94a0c732e7
|
@ -400,6 +400,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
||||||
}
|
}
|
||||||
|
|
||||||
private void processQueryValue() {
|
private void processQueryValue() {
|
||||||
|
onUserQuery();//IDEMPIERE-1979 Add by Hideaki Hagiwara
|
||||||
for (int i = 0; i < identifiers.size(); i++) {
|
for (int i = 0; i < identifiers.size(); i++) {
|
||||||
WEditor editor = identifiers.get(i);
|
WEditor editor = identifiers.get(i);
|
||||||
editor.setValue(queryValue);
|
editor.setValue(queryValue);
|
||||||
|
|
Loading…
Reference in New Issue