IDEMPIERE-2161 DiscountSchema works with every CumulativeLevel value
This commit is contained in:
parent
fdca6168a8
commit
e8ed74eabc
|
@ -781,7 +781,7 @@ public class MProductPricing
|
||||||
return;
|
return;
|
||||||
|
|
||||||
MDiscountSchema sd = MDiscountSchema.get(Env.getCtx(), M_DiscountSchema_ID); // not correct
|
MDiscountSchema sd = MDiscountSchema.get(Env.getCtx(), M_DiscountSchema_ID); // not correct
|
||||||
if (sd.get_ID() == 0)
|
if (sd.get_ID() == 0 || MDiscountSchema.CUMULATIVELEVEL_Line.equals(sd.getCumulativeLevel()))
|
||||||
return;
|
return;
|
||||||
//
|
//
|
||||||
m_discountSchema = true;
|
m_discountSchema = true;
|
||||||
|
|
Loading…
Reference in New Issue