BF [ 1686773 ] Invoice: inconsistent use of TaxAmt, LineTotalAmt
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=1686773&group_id=176962
This commit is contained in:
parent
040571954d
commit
0e389c5505
|
@ -733,6 +733,8 @@ public class MInvoiceLine extends X_C_InvoiceLine
|
||||||
protected boolean beforeSave (boolean newRecord)
|
protected boolean beforeSave (boolean newRecord)
|
||||||
{
|
{
|
||||||
log.fine("New=" + newRecord);
|
log.fine("New=" + newRecord);
|
||||||
|
// Re-set invoice header (need to update m_IsSOTrx flag) - phib [ 1686773 ]
|
||||||
|
setInvoice(getParent());
|
||||||
// Charge
|
// Charge
|
||||||
if (getC_Charge_ID() != 0)
|
if (getC_Charge_ID() != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue