mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 03:35:43 +00:00
@@ -26,7 +26,7 @@ erpnext.accounts.bank_reconciliation.NumberCardManager = class NumberCardManager
|
|||||||
currency: this.currency,
|
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"),
|
label: __("Difference"),
|
||||||
datatype: "Currency",
|
datatype: "Currency",
|
||||||
currency: this.currency,
|
currency: this.currency,
|
||||||
|
|||||||
Reference in New Issue
Block a user