From a6f2f65943d7d3831fb1b0070eb78372d394f243 Mon Sep 17 00:00:00 2001 From: kthiemann Date: Fri, 16 Mar 2007 13:11:32 +0000 Subject: [PATCH] [1682058] Null Pointer for Charge Lines on MInOut.createFrom --- base/src/org/compiere/model/MInOut.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base/src/org/compiere/model/MInOut.java b/base/src/org/compiere/model/MInOut.java index 1866d09e89..956e915371 100644 --- a/base/src/org/compiere/model/MInOut.java +++ b/base/src/org/compiere/model/MInOut.java @@ -85,7 +85,10 @@ public class MInOut extends X_M_InOut implements DocAction product.getM_AttributeSet_ID(), allAttributeInstances, minGuaranteeDate, MClient.MMPOLICY_FiFo.equals(MMPolicy), trxName); + } else { + continue; } + if (!forceDelivery) { BigDecimal maxQty = Env.ZERO;