[1682058] Null Pointer for Charge Lines on MInOut.createFrom
This commit is contained in:
parent
1f965b3487
commit
a6f2f65943
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue