From da24698cf74a3b2b248ef60d1c8e3abb9ec6b1cc Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 24 Aug 2015 14:31:07 +0530 Subject: [PATCH] [minor] in ap, ar renamed label for date as 'as on date' as it was confusing --- erpnext/accounts/report/accounts_payable/accounts_payable.js | 2 +- .../accounts/report/accounts_receivable/accounts_receivable.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.js b/erpnext/accounts/report/accounts_payable/accounts_payable.js index 2c36e522a1..9034f3e3b4 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.js +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.js @@ -18,7 +18,7 @@ frappe.query_reports["Accounts Payable"] = { }, { "fieldname":"report_date", - "label": __("Date"), + "label": __("As on Date"), "fieldtype": "Date", "default": get_today() }, diff --git a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js index 051328f27e..d400527116 100644 --- a/erpnext/accounts/report/accounts_receivable/accounts_receivable.js +++ b/erpnext/accounts/report/accounts_receivable/accounts_receivable.js @@ -18,7 +18,7 @@ frappe.query_reports["Accounts Receivable"] = { }, { "fieldname":"report_date", - "label": __("Date"), + "label": __("As on Date"), "fieldtype": "Date", "default": get_today() },