IDEMPIERE-68 Current record could disappear after executing a button
http://jira.idempiere.com/browse/IDEMPIERE-68
This commit is contained in:
parent
9b688609d9
commit
fd9005e2cf
|
@ -1350,7 +1350,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
|||
public void onRefresh(boolean fireEvent)
|
||||
{
|
||||
onSave(false);
|
||||
curTab.dataRefreshAll(fireEvent);
|
||||
curTab.dataRefreshAll(fireEvent, true);
|
||||
curTabpanel.dynamicDisplay(0);
|
||||
focusToActivePanel();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue