IDEMPIERE-4019 Wrong MR posting for order with price=0
This commit is contained in:
parent
0222a12fe9
commit
61c37e3a05
|
@ -814,7 +814,7 @@ public class MOrderLine extends X_C_OrderLine
|
||||||
if (getM_Product_ID() == 0)
|
if (getM_Product_ID() == 0)
|
||||||
setM_AttributeSetInstance_ID(0);
|
setM_AttributeSetInstance_ID(0);
|
||||||
// Product
|
// Product
|
||||||
else // Set/check Product Price
|
else if (!isProcessed()) // Set/check Product Price
|
||||||
{
|
{
|
||||||
// Set Price if Actual = 0
|
// Set Price if Actual = 0
|
||||||
if (m_productPrice == null
|
if (m_productPrice == null
|
||||||
|
|
Loading…
Reference in New Issue