The Qty Confirmed should be typed
This commit is contained in:
parent
503807e571
commit
2df7904c33
|
|
@ -1016,7 +1016,7 @@ public class DistributionRun extends SvrProcess
|
||||||
if (m_run.getName() != null)
|
if (m_run.getName() != null)
|
||||||
Description =Description.concat(m_run.getName());
|
Description =Description.concat(m_run.getName());
|
||||||
line.setDescription(Description + " " +Msg.translate(getCtx(), "Qty")+ " = " +QtyAllocation+" ");
|
line.setDescription(Description + " " +Msg.translate(getCtx(), "Qty")+ " = " +QtyAllocation+" ");
|
||||||
line.setConfirmedQty(QtyAllocation);
|
//line.setConfirmedQty(QtyAllocation);
|
||||||
line.saveEx();
|
line.saveEx();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue