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:
vpj-cd 2010-06-14 01:36:15 +00:00
parent 4176315366
commit 2a9e3d5bd8
1 changed files with 1 additions and 1 deletions

View File

@ -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