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