diff --git a/erpnext/public/js/bank_reconciliation_tool/number_card.js b/erpnext/public/js/bank_reconciliation_tool/number_card.js index d39884c381e..381d94ed785 100644 --- a/erpnext/public/js/bank_reconciliation_tool/number_card.js +++ b/erpnext/public/js/bank_reconciliation_tool/number_card.js @@ -26,7 +26,7 @@ erpnext.accounts.bank_reconciliation.NumberCardManager = class NumberCardManager currency: this.currency, }, { - value: this.bank_statement_closing_balance - this.cleared_balance, + value: flt(this.bank_statement_closing_balance) - flt(this.cleared_balance), label: __("Difference"), datatype: "Currency", currency: this.currency,