IDEMPIERE-4021 Error when copying lines from a closed order with lost sales qty / fix error reported by Heng Sin
This commit is contained in:
parent
4284ae73ed
commit
71d7f52615
|
@ -533,7 +533,6 @@ public class MOrder extends X_C_Order implements DocAction
|
|||
line.setQtyInvoiced(Env.ZERO);
|
||||
line.setQtyReserved(Env.ZERO);
|
||||
line.setQtyLostSales(Env.ZERO);
|
||||
line.setQtyOrdered(Env.ZERO);
|
||||
line.setDateDelivered(null);
|
||||
line.setDateInvoiced(null);
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue