IDEMPIERE-4095 Inconsistency between saving a sales order line with and without ASI
This commit is contained in:
parent
36ca02f16d
commit
cac5985b2a
|
|
@ -859,6 +859,7 @@ public class MOrderLine extends X_C_OrderLine
|
||||||
if (newRecord || is_ValueChanged("QtyOrdered"))
|
if (newRecord || is_ValueChanged("QtyOrdered"))
|
||||||
setQtyOrdered(getQtyOrdered());
|
setQtyOrdered(getQtyOrdered());
|
||||||
|
|
||||||
|
/* IDEMPIERE-4095 - it is a valid use case to reserve a serialized item on sales (same as reserving non existing inventory)
|
||||||
// Qty on instance ASI for SO
|
// Qty on instance ASI for SO
|
||||||
if (m_IsSOTrx
|
if (m_IsSOTrx
|
||||||
&& getM_AttributeSetInstance_ID() != 0
|
&& getM_AttributeSetInstance_ID() != 0
|
||||||
|
|
@ -898,6 +899,7 @@ public class MOrderLine extends X_C_OrderLine
|
||||||
}
|
}
|
||||||
} // stocked
|
} // stocked
|
||||||
} // SO instance
|
} // SO instance
|
||||||
|
-- commented out because of IDEMPIERE-4095 */
|
||||||
|
|
||||||
// FreightAmt Not used
|
// FreightAmt Not used
|
||||||
if (Env.ZERO.compareTo(getFreightAmt()) != 0)
|
if (Env.ZERO.compareTo(getFreightAmt()) != 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue