From b0e15d6ec5d08ded0e3caacb02407b3ecc0e2068 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 3 Jul 2012 15:30:52 +0530 Subject: [PATCH] Update master --- erpnext/patches/july_2012/packing_list_cleanup_and_serial_no.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/july_2012/packing_list_cleanup_and_serial_no.py b/erpnext/patches/july_2012/packing_list_cleanup_and_serial_no.py index bd2b0aca4d..53cba4ccaa 100644 --- a/erpnext/patches/july_2012/packing_list_cleanup_and_serial_no.py +++ b/erpnext/patches/july_2012/packing_list_cleanup_and_serial_no.py @@ -1,5 +1,6 @@ def execute(): import webnotes + from webnotes.utils import flt wrong_plist = webnotes.conn.sql(""" select dnpi.name, dnpi.parent, dnpi.docstatus, dnpi.serial_no from `tabDelivery Note Packing Item` dnpi