Error in the Qty to deliver
kind regards Victor Perez www.e-evolution.com Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2996203
This commit is contained in:
parent
4176315366
commit
2a9e3d5bd8
|
@ -669,6 +669,6 @@ public class MDDOrderLine extends X_DD_OrderLine
|
||||||
*/
|
*/
|
||||||
public BigDecimal getQtyToDeliver()
|
public BigDecimal getQtyToDeliver()
|
||||||
{
|
{
|
||||||
return getQtyOrdered().subtract(getQtyDelivered());
|
return getQtyOrdered().subtract(getQtyInTransit()).subtract(getQtyDelivered());
|
||||||
}
|
}
|
||||||
} // MDDOrderLine
|
} // MDDOrderLine
|
||||||
|
|
Loading…
Reference in New Issue