From 883285f5036d5812f7808a97bcd2cdeab456cb49 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 7 Aug 2012 15:13:48 +0530 Subject: [PATCH] fix in supplier quotations patch --- erpnext/patches/august_2012/report_supplier_quotations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/patches/august_2012/report_supplier_quotations.py b/erpnext/patches/august_2012/report_supplier_quotations.py index bb0347910b..c0e6b3cf54 100644 --- a/erpnext/patches/august_2012/report_supplier_quotations.py +++ b/erpnext/patches/august_2012/report_supplier_quotations.py @@ -1,3 +1,3 @@ def execute(): from webnotes.modules import reload_doc - reload_doc("buying", "Report", "Supplier Quotations") \ No newline at end of file + reload_doc("Buying", "Report", "Supplier Quotations") \ No newline at end of file