mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
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:
@@ -1407,6 +1407,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
||||
]);
|
||||
} else {
|
||||
this.conversion_factor(doc, cdt, cdn, true)
|
||||
this.calculate_taxes_and_totals()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user