fix: added string for translation in bank reconciliation statement
(cherry picked from commit c99d9f7037)
This commit is contained in:
@@ -47,7 +47,7 @@ frappe.query_reports["Bank Reconciliation Statement"] = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
formatter: function (value, row, column, data, default_formatter, filter) {
|
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 =
|
column.link_onclick =
|
||||||
"frappe.query_reports['Bank Reconciliation Statement'].open_utility_report()";
|
"frappe.query_reports['Bank Reconciliation Statement'].open_utility_report()";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user