IDEMPIERE-1069 Callout doesn’t work the same way in quick entry window and normal AD window

This commit is contained in:
Richard Morales 2013-06-25 20:02:26 -05:00
parent b7e89a8e49
commit f312dc448e
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ public class WQuickEntry extends Window implements EventListener<Event>, ValueCh
GridTab gridTab = field.getGridTab();
String columnName = field.getColumnName();
// process dependencies and callouts for the changed field
field.setValue(evt.getNewValue(), false);
field.getGridTab().setValue(field, evt.getNewValue());
gridTab.processFieldChange(field);
// Refresh the list on dependant fields
ArrayList<GridField> dependants = gridTab.getDependantFields(columnName);