mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-17 05:45:11 +00:00
fix: recalculate totals after applying tds
This commit is contained in:
@@ -444,6 +444,10 @@ class JournalEntry(AccountsController):
|
||||
for d in to_remove:
|
||||
self.remove(d)
|
||||
|
||||
self.set_amounts_in_company_currency()
|
||||
self.set_total_debit_credit()
|
||||
self.set_against_account()
|
||||
|
||||
def update_asset_value(self):
|
||||
self.update_asset_on_depreciation()
|
||||
self.update_asset_on_disposal()
|
||||
|
||||
Reference in New Issue
Block a user