commit | ac475c61dc58e47f8a5c4181b0525970b8a058a3 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Jul 04 11:26:01 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Jul 04 11:26:01 2012 +0530 |
tree | 4e04909928c1122a2176d228459e243019ac5113 | |
parent | af539fa5bde1ab234374b4b840293514cfcdb774 [diff] | |
parent | b0e15d6ec5d08ded0e3caacb02407b3ecc0e2068 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
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