Fix translate accounts_payable.js

This commit is contained in:
Bárbara Perretti 2013-09-30 17:57:17 -03:00
parent 7339ca50f4
commit 8bb82aeac3

View File

@ -5,14 +5,14 @@ wn.query_reports["Accounts Payable"] = {
"filters": [ "filters": [
{ {
"fieldname":"company", "fieldname":"company",
"label": "Company", "label": wn._("Company"),
"fieldtype": "Link", "fieldtype": "Link",
"options": "Company", "options": "Company",
"default": wn.defaults.get_default("company") "default": wn.defaults.get_default("company")
}, },
{ {
"fieldname":"account", "fieldname":"account",
"label": "Account", "label": wn._("Account"),
"fieldtype": "Link", "fieldtype": "Link",
"options": "Account", "options": "Account",
"get_query": function() { "get_query": function() {
@ -30,13 +30,13 @@ wn.query_reports["Accounts Payable"] = {
}, },
{ {
"fieldname":"report_date", "fieldname":"report_date",
"label": "Date", "label": wn._("Date"),
"fieldtype": "Date", "fieldtype": "Date",
"default": get_today() "default": get_today()
}, },
{ {
"fieldname":"ageing_based_on", "fieldname":"ageing_based_on",
"label": "Ageing Based On", "label": wn._("Ageing Based On"),
"fieldtype": "Select", "fieldtype": "Select",
"options": 'Posting Date' + NEWLINE + 'Due Date', "options": 'Posting Date' + NEWLINE + 'Due Date',
"default": "Posting Date" "default": "Posting Date"