Fix translate bank_clearance_summary.js
diff --git a/accounts/report/bank_clearance_summary/bank_clearance_summary.js b/accounts/report/bank_clearance_summary/bank_clearance_summary.js
index 8e6d0c0..fbc973a 100644
--- a/accounts/report/bank_clearance_summary/bank_clearance_summary.js
+++ b/accounts/report/bank_clearance_summary/bank_clearance_summary.js
@@ -5,20 +5,20 @@
"filters": [
{
"fieldname":"from_date",
- "label": "From Date",
+ "label": wn._("From Date"),
"fieldtype": "Date",
"default": wn.defaults.get_user_default("year_start_date"),
"width": "80"
},
{
"fieldname":"to_date",
- "label": "To Date",
+ "label": wn._("To Date"),
"fieldtype": "Date",
"default": get_today()
},
{
"fieldname":"account",
- "label": "Bank Account",
+ "label": wn._("Bank Account"),
"fieldtype": "Link",
"options": "Account",
"get_query": function() {