commit | 6febab9f9233e1906f3bf086f01cb67aac1a945e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu May 16 15:40:07 2013 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu May 16 15:40:07 2013 +0530 |
tree | 767b8b44227badbd65442e8a77fb0838750837d1 | |
parent | c852596f15e82e79d2c7190cea9631c6a4ca13c4 [diff] |
[patches] [fix] fix in an old patch
diff --git a/patches/july_2012/supplier_quotation.py b/patches/july_2012/supplier_quotation.py index 4b8e66c..0a1ab35 100644 --- a/patches/july_2012/supplier_quotation.py +++ b/patches/july_2012/supplier_quotation.py
@@ -1,4 +1,6 @@ from __future__ import unicode_literals +import webnotes + def execute(): """sync supplier quotatoin and create supplier quotation mappers""" webnotes.reload_doc('buying', 'doctype', 'supplier_quotation')