Skip to content

Commit

Permalink
#633-webui bug-repair
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-rc committed Oct 24, 2017
1 parent a14e16a commit 5983b01
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.adempiere.ad.security.asp.IASPFiltersFactory;
import org.adempiere.ad.security.permissions.UIDisplayedEntityTypes;
import org.adempiere.ad.service.IDeveloperModeBL;
import org.adempiere.ad.table.api.IADTableDAO;
import org.adempiere.util.Check;
import org.adempiere.util.Services;
import org.compiere.model.FieldGroupVO.FieldGroupType;
Expand Down Expand Up @@ -791,8 +792,9 @@ private void createLookupInfo(final boolean alwaysCreate)
}
else
{
final String tablename = Services.get(IADTableDAO.class).retrieveTableName(getAD_Table_ID());
lookupInfo = MLookupFactory.getLookupInfo(WindowNo, displayType,
null, //tableName
tablename, //tableName
ColumnName,
AD_Reference_Value_ID,
IsParent, AD_Val_Rule_ID); // metas: 03271
Expand Down

0 comments on commit 5983b01

Please sign in to comment.