fix: Make difference entry button not working (#35622)

This commit is contained in:
Deepesh Garg 2023-06-12 15:20:28 +05:30 committed by GitHub
parent c1b42b858d
commit 2f24546b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -952,6 +952,7 @@ class JournalEntry(AccountsController):
blank_row.debit_in_account_currency = abs(diff)
blank_row.debit = abs(diff)
self.set_total_debit_credit()
self.validate_total_debit_and_credit()
@frappe.whitelist()