commit | a742d32c96ba577fd77f7986e1537521d1aae82d | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Mon Aug 06 20:03:49 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Mon Aug 06 20:03:49 2012 +0530 |
tree | 3cc03abbe411ebb9d215d2c46868f4a76b531544 | |
parent | 0d0efcfd145f9c968c0dfcd617dc010493be7158 [diff] |
added unicode literals import to supplier quotation patch
diff --git a/erpnext/patches/july_2012/supplier_quotation.py b/erpnext/patches/july_2012/supplier_quotation.py index 023ead2..84809e5 100644 --- a/erpnext/patches/july_2012/supplier_quotation.py +++ b/erpnext/patches/july_2012/supplier_quotation.py
@@ -1,3 +1,4 @@ +from __future__ import unicode_literals def execute(): """sync supplier quotatoin and create supplier quotation mappers""" from webnotes.model.sync import sync