diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index d0a43ca9a97..cf7a89c38f3 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -1437,6 +1437,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe ]); } else { this.conversion_factor(doc, cdt, cdn, true) + this.calculate_taxes_and_totals() } }