commit | b0e15d6ec5d08ded0e3caacb02407b3ecc0e2068 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Jul 03 15:30:52 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Jul 03 15:30:52 2012 +0530 |
tree | e39c7a1294c7be20b425fc1b040fa5915c82ee39 | |
parent | 1b8f24b5074f1ee554f958d4277987230d27523f [diff] |
Update master
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 bd2b0ac..53cba4c 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