IDEMPIERE-1999 Adding support for over shipment / fix warning
This commit is contained in:
parent
498e2023fa
commit
683676abb2
|
@ -499,7 +499,7 @@ public class Match
|
|||
if (sLine.getProduct() != null && sLine.getProduct().isStocked())
|
||||
success = MStorageReservation.add (Env.getCtx(), sLine.getM_Warehouse_ID(),
|
||||
sLine.getM_Product_ID(),
|
||||
sLine.getM_AttributeSetInstance_ID(), oLine.getM_AttributeSetInstance_ID(),
|
||||
sLine.getM_AttributeSetInstance_ID(),
|
||||
qty.negate(), false, trxName);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue