From a742d32c96ba577fd77f7986e1537521d1aae82d Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 6 Aug 2012 20:03:49 +0530 Subject: [PATCH] added unicode literals import to supplier quotation patch --- erpnext/patches/july_2012/supplier_quotation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/july_2012/supplier_quotation.py b/erpnext/patches/july_2012/supplier_quotation.py index 023ead2ca6..84809e52ba 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