[1682058] Null Pointer for Charge Lines on MInOut.createFrom

This commit is contained in:
kthiemann 2007-03-16 13:11:32 +00:00
parent 1f965b3487
commit a6f2f65943
1 changed files with 3 additions and 0 deletions

View File

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