commit | 883285f5036d5812f7808a97bcd2cdeab456cb49 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Aug 07 15:13:48 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Aug 07 15:13:48 2012 +0530 |
tree | 77f65f07b2fb35f4dc32f72efb3269645c9549e7 | |
parent | f6624257ad9762506c4d1d91207177ad67b63185 [diff] |
fix in supplier quotations patch
diff --git a/erpnext/patches/august_2012/report_supplier_quotations.py b/erpnext/patches/august_2012/report_supplier_quotations.py index bb03479..c0e6b3c 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