mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 11:38:32 +00:00
fix(transaction): recalculate tax and total when quantity changes
This commit is contained in:
@@ -1437,6 +1437,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