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:
teo_sarca 2007-04-18 09:15:16 +00:00
parent 040571954d
commit 0e389c5505
1 changed files with 2 additions and 0 deletions

View File

@ -733,6 +733,8 @@ public class MInvoiceLine extends X_C_InvoiceLine
protected boolean beforeSave (boolean newRecord)
{
log.fine("New=" + newRecord);
// Re-set invoice header (need to update m_IsSOTrx flag) - phib [ 1686773 ]
setInvoice(getParent());
// Charge
if (getC_Charge_ID() != 0)
{