IDEMPIERE-1081 Process Allocation processing wrongly against a charge / peer review
This commit is contained in:
parent
c3533a5dd9
commit
830fb842fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue