IDEMPIERE-1979

This commit is contained in:
Hideaki Hagiwara 2014-08-29 14:56:24 +09:00
parent 1c059972c8
commit 94a0c732e7
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
}
private void processQueryValue() {
onUserQuery();//IDEMPIERE-1979 Add by Hideaki Hagiwara
for (int i = 0; i < identifiers.size(); i++) {
WEditor editor = identifiers.get(i);
editor.setValue(queryValue);