fix(transaction): recalculate tax and total when quantity changes (backport #48565) (#48625)

fix(transaction): recalculate tax and total when quantity changes

(cherry picked from commit ac7b6c6a3d)

Co-authored-by: Bhavan23 <bhavansathru.it@gmail.com>
This commit is contained in:
mergify[bot]
2025-07-16 12:09:58 +05:30
committed by GitHub
parent a46cafe652
commit 2b1fdba7fd

View File

@@ -1407,6 +1407,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
]);
} else {
this.conversion_factor(doc, cdt, cdn, true)
this.calculate_taxes_and_totals()
}
}