IDEMPIERE-125 zk error opening My Unprocessed Documents

http://jira.idempiere.com/browse/IDEMPIERE-125
This commit is contained in:
Carlos Ruiz 2012-01-27 10:24:41 -05:00
parent 9003815cff
commit ef402a5f08
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
boolean require = mTab.isHighVolume();
if (!require && !m_onlyCurrentRows) // No Trx Window
{
String wh1 = mTab.getWhereExtended();
String wh1 = Env.parseContext(ctx, curWindowNo, mTab.getWhereExtended(), false);
if (wh1 == null || wh1.length() == 0)
wh1 = mTab.getWhereClause();
if (wh1 != null && wh1.length() > 0)