IDEMPIERE-819 Zk: Refresh should not trigger the row have been changed by other user error.

This commit is contained in:
Heng Sin Low 2013-04-02 08:00:47 +08:00
parent 97ede121b8
commit 6066a7771a
1 changed files with 1 additions and 1 deletions

View File

@ -1566,7 +1566,7 @@ public abstract class AbstractADWindowContent extends AbstractUIPart implements
*/ */
public void onRefresh() public void onRefresh()
{ {
onRefresh(true); onRefresh(true, false);
} }
/** /**