diff --git a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html index 6957ab41681..4596374cff6 100644 --- a/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html +++ b/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.html @@ -28,16 +28,16 @@
{%= __("Clearance Date") %}: {%= frappe.datetime.str_to_user(data[i]["clearance_date"]) %} {% } %} - {%= format_currency(data[i]["debit"]) %} - {%= format_currency(data[i]["credit"]) %} + {%= format_currency(data[i]["debit"], data[i]["account_currency"]) %} + {%= format_currency(data[i]["credit"], data[i]["account_currency"]) %} {% } else { %} {%= data[i]["payment_entry"] %} - {%= format_currency(data[i]["debit"]) %} - {%= format_currency(data[i]["credit"]) %} + {%= format_currency(data[i]["debit"], data[i]["account_currency"]) %} + {%= format_currency(data[i]["credit"], data[i]["account_currency"]) %} {% } %} {% } %}