Fix translate payment_made_with_ageing.js

This commit is contained in:
Bárbara Perretti
2013-09-30 18:19:03 -03:00
parent e696cd0b6c
commit 2fec756fde

View File

@@ -5,19 +5,19 @@ wn.query_reports["Payment Made With Ageing"] = {
"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"),
}, },
{ {
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: "Supplier Account", label: wn._("Supplier Account"),
fieldtype: "Link", fieldtype: "Link",
options: "Account", options: "Account",
get_query: function() { get_query: function() {
@@ -34,7 +34,7 @@ wn.query_reports["Payment Made With Ageing"] = {
}, },
{ {
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")