mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +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 {
|
} 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