Fix translate batch_wise_balance_history.js
diff --git a/stock/report/batch_wise_balance_history/batch_wise_balance_history.js b/stock/report/batch_wise_balance_history/batch_wise_balance_history.js
index a9d6477..2b17487 100644
--- a/stock/report/batch_wise_balance_history/batch_wise_balance_history.js
+++ b/stock/report/batch_wise_balance_history/batch_wise_balance_history.js
@@ -5,14 +5,14 @@
"filters": [
{
"fieldname":"from_date",
- "label": "From Date",
+ "label": wn._("From Date"),
"fieldtype": "Date",
"width": "80",
"default": sys_defaults.year_start_date,
},
{
"fieldname":"to_date",
- "label": "To Date",
+ "label": wn._("To Date"),
"fieldtype": "Date",
"width": "80",
"default": wn.datetime.get_today()