IDEMPIERE-2161 DiscountSchema works with every CumulativeLevel value

This commit is contained in:
Carlos Ruiz 2014-09-03 17:57:41 -05:00
parent fdca6168a8
commit e8ed74eabc
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ public class MProductPricing
return;
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;
//
m_discountSchema = true;