IDEMPIERE-3094:Infowindow:Previsius recordSelectedData don't clear before process run

This commit is contained in:
hieplq 2016-06-01 13:00:43 +07:00
parent 00ec75b027
commit 577859f63e
1 changed files with 2 additions and 1 deletions

View File

@ -1548,7 +1548,8 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
@Override
protected void executeQuery() {
prepareTable();
if (!isRequeryByRunSuccessProcess)
prepareTable();
super.executeQuery();
if (ClientInfo.maxHeight(ClientInfo.SMALL_HEIGHT-1) ||
ClientInfo.maxWidth(ClientInfo.SMALL_WIDTH-1)) {