mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +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 {
|
} else {
|
||||||
this.conversion_factor(doc, cdt, cdn, true)
|
this.conversion_factor(doc, cdt, cdn, true)
|
||||||
|
this.calculate_taxes_and_totals()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user