IDEMPIERE-4018 Order Line PriceEntered/PriceActual with incorrect Price List Version

This commit is contained in:
Heng Sin Low 2019-08-13 21:34:53 +08:00
parent bd33b7ab64
commit 0222a12fe9
1 changed files with 0 additions and 5 deletions

View File

@ -37,9 +37,6 @@ import org.compiere.util.Trace;
*/ */
public class MProductPricing extends AbstractProductPricing public class MProductPricing extends AbstractProductPricing
{ {
private String trxName=null;
/** /**
* New constructor to be used with the ProductPriceFactories * New constructor to be used with the ProductPriceFactories
*/ */
@ -88,8 +85,6 @@ public class MProductPricing extends AbstractProductPricing
m_useVendorBreak = thereAreVendorBreakRecords > 0; m_useVendorBreak = thereAreVendorBreakRecords > 0;
} }
private int m_M_PriceList_Version_ID = 0;
private Timestamp m_PriceDate;
/** Precision -1 = no rounding */ /** Precision -1 = no rounding */
private int m_precision = -1; private int m_precision = -1;