diff --git a/base/src/org/eevolution/model/CalloutCostCollector.java b/base/src/org/eevolution/model/CalloutCostCollector.java index 12d4f79d67..947d763708 100644 --- a/base/src/org/eevolution/model/CalloutCostCollector.java +++ b/base/src/org/eevolution/model/CalloutCostCollector.java @@ -62,9 +62,7 @@ public class CalloutCostCollector extends CalloutEngine mTab.setValue(MPPCostCollector.COLUMNNAME_S_Resource_ID, node.getS_Resource_ID()); BigDecimal qtyToDeliver = node.getQtyRequiered() - .subtract(node.getQtyDelivered()) - .subtract(node.getQtyScrap()) - .subtract(node.getQtyReject()); + .subtract(node.getQtyDelivered()); mTab.setValue(MPPCostCollector.COLUMNNAME_MovementQty, qtyToDeliver); // int duration = node.getDuration();