diff --git a/base/src/org/compiere/model/MInvoiceLine.java b/base/src/org/compiere/model/MInvoiceLine.java index 83394a3326..10b41fe950 100644 --- a/base/src/org/compiere/model/MInvoiceLine.java +++ b/base/src/org/compiere/model/MInvoiceLine.java @@ -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) {