IDEMPIERE-1081 Process Allocation processing wrongly against a charge / peer review

This commit is contained in:
Carlos Ruiz 2013-06-20 19:37:36 -05:00
parent c3533a5dd9
commit 830fb842fc
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ public class WAllocation extends Allocation
// Charge
AD_Column_ID = 61804; // C_AllocationLine.C_Charge_ID
MLookup lookupCharge = MLookupFactory.get (Env.getCtx(), form.getWindowNo(), 0, AD_Column_ID, DisplayType.TableDir);
chargePick = new WTableDirEditor("C_Charge_ID", true, false, true, lookupCharge);
chargePick = new WTableDirEditor("C_Charge_ID", false, false, true, lookupCharge);
chargePick.setValue(new Integer(m_C_Charge_ID));
chargePick.addValueChangeListener(this);
} // dynInit