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": [ "filters": [
{ {
"fieldname":"from_date", "fieldname":"from_date",
"label": "From Date", "label": wn._("From Date"),
"fieldtype": "Date", "fieldtype": "Date",
"default": wn.defaults.get_user_default("year_start_date"), "default": wn.defaults.get_user_default("year_start_date"),
"width": "80" "width": "80"
}, },
{ {
"fieldname":"to_date", "fieldname":"to_date",
"label": "To Date", "label": wn._("To Date"),
"fieldtype": "Date", "fieldtype": "Date",
"default": get_today() "default": get_today()
}, },
{ {
"fieldname":"account", "fieldname":"account",
"label": "Bank Account", "label": wn._("Bank Account"),
"fieldtype": "Link", "fieldtype": "Link",
"options": "Account", "options": "Account",
"get_query": function() { "get_query": function() {