IDEMPIERE-4018 Order Line PriceEntered/PriceActual with incorrect Price List Version
This commit is contained in:
parent
bd33b7ab64
commit
0222a12fe9
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue