IDEMPIERE-2751:potential wrong status of info window

get wrong info name
This commit is contained in:
hieplq 2015-08-13 04:19:31 +08:00
parent dcaddc41b6
commit e8fa60dbe0
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
public InfoWindow(int WindowNo, String tableName, String keyColumn, String queryValue,
boolean multipleSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) {
super(WindowNo, tableName, keyColumn, multipleSelection, whereClause,
lookup);
lookup, AD_InfoWindow_ID);
this.m_gridfield = field;
this.queryValue = queryValue;