The Qty Confirmed should be typed

This commit is contained in:
vpj-cd 2009-04-01 22:29:06 +00:00
parent 503807e571
commit 2df7904c33
1 changed files with 1 additions and 1 deletions

View File

@ -1016,7 +1016,7 @@ public class DistributionRun extends SvrProcess
if (m_run.getName() != null)
Description =Description.concat(m_run.getName());
line.setDescription(Description + " " +Msg.translate(getCtx(), "Qty")+ " = " +QtyAllocation+" ");
line.setConfirmedQty(QtyAllocation);
//line.setConfirmedQty(QtyAllocation);
line.saveEx();
}
else