Merged in trekglobal/idempiere (pull request #36)
This commit is contained in:
commit
54a89b0300
|
@ -1763,6 +1763,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
||||||
showLastError();
|
showLastError();
|
||||||
if (callback != null)
|
if (callback != null)
|
||||||
callback.onCallback(false);
|
callback.onCallback(false);
|
||||||
|
return;
|
||||||
} else if (!onSaveEvent && !navigationEvent) //need manual refresh
|
} else if (!onSaveEvent && !navigationEvent) //need manual refresh
|
||||||
{
|
{
|
||||||
curTab.setCurrentRow(curTab.getCurrentRow());
|
curTab.setCurrentRow(curTab.getCurrentRow());
|
||||||
|
|
Loading…
Reference in New Issue