Fix translate bank_clearance_summary.js

This commit is contained in:
Bárbara Perretti 2013-09-30 18:07:42 -03:00
parent 4a7b199c4d
commit 0a857b21d3

View File

@ -5,20 +5,20 @@ wn.query_reports["Bank Clearance Summary"] = {
"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() {