From 040d1f3a0e40cda9317d2653139528b579922a7f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 21 Aug 2013 17:04:33 +0530 Subject: [PATCH] [minor] imported cstr in selling_controller --- controllers/selling_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/selling_controller.py b/controllers/selling_controller.py index 320ad2f8ebb..086c42e3981 100644 --- a/controllers/selling_controller.py +++ b/controllers/selling_controller.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals import webnotes -from webnotes.utils import cint, flt, comma_or, _round, add_days +from webnotes.utils import cint, flt, comma_or, _round, add_days, cstr from setup.utils import get_company_currency from selling.utils import get_item_details from webnotes import msgprint, _