Skip to content

Commit

Permalink
fix: added string for translation in bank reconciliation statement
Browse files Browse the repository at this point in the history
(cherry picked from commit c99d9f7)
  • Loading branch information
ljain112 authored and mergify[bot] committed Oct 15, 2024
1 parent b2deb89 commit e10a580
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 e10a580

Please sign in to comment.