Fix translate batch_wise_balance_history.js

This commit is contained in:
Bárbara Perretti 2013-10-03 17:32:34 -03:00
parent 301ce71c01
commit 7090383de4

View File

@ -5,14 +5,14 @@ wn.query_reports["Batch-Wise Balance History"] = {
"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()