[minor] in ap, ar renamed label for date as 'as on date' as it was confusing

This commit is contained in:
Rushabh Mehta 2015-08-24 14:31:07 +05:30
parent d999dd1bb9
commit da24698cf7
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ frappe.query_reports["Accounts Payable"] = {
},
{
"fieldname":"report_date",
"label": __("Date"),
"label": __("As on Date"),
"fieldtype": "Date",
"default": get_today()
},

View File

@ -18,7 +18,7 @@ frappe.query_reports["Accounts Receivable"] = {
},
{
"fieldname":"report_date",
"label": __("Date"),
"label": __("As on Date"),
"fieldtype": "Date",
"default": get_today()
},