From fec61fe33eac01d57f0249d41c3c4aa1576cb2f1 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 23 Jul 2015 10:39:13 +0530 Subject: [PATCH] [minor] fix report type for Accounts Payable --- .../accounts/report/accounts_payable/accounts_payable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/report/accounts_payable/accounts_payable.json b/erpnext/accounts/report/accounts_payable/accounts_payable.json index 71537a837b..9be8d683b9 100644 --- a/erpnext/accounts/report/accounts_payable/accounts_payable.json +++ b/erpnext/accounts/report/accounts_payable/accounts_payable.json @@ -6,12 +6,12 @@ "doctype": "Report", "idx": 1, "is_standard": "Yes", - "modified": "2014-06-03 07:18:10.985354", + "modified": "2015-07-23 01:08:20.996267", "modified_by": "Administrator", "module": "Accounts", "name": "Accounts Payable", "owner": "Administrator", "ref_doctype": "Purchase Invoice", "report_name": "Accounts Payable", - "report_type": "Report Builder" + "report_type": "Query Report" } \ No newline at end of file