Skip to content

Commit

Permalink
Merge pull request #43678 from frappe/mergify/bp/version-15-hotfix/pr…
Browse files Browse the repository at this point in the history
…-43600

fix: added string for translation in bank reconciliation statement (backport #43600)
  • Loading branch information
ruthra-kumar authored Oct 15, 2024
2 parents b2deb89 + e10a580 commit 50d1fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ frappe.query_reports["Bank Reconciliation Statement"] = {
},
],
formatter: function (value, row, column, data, default_formatter, filter) {
if (column.fieldname == "payment_entry" && value == "Cheques and Deposits incorrectly cleared") {
if (column.fieldname == "payment_entry" && value == __("Cheques and Deposits incorrectly cleared")) {
column.link_onclick =
"frappe.query_reports['Bank Reconciliation Statement'].open_utility_report()";
}
Expand Down

0 comments on commit 50d1fa4

Please sign in to comment.