commit | 472c9cf07427afdc8d0355a4318932ad7dcbd049 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Wed Jul 04 13:19:30 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Wed Jul 04 13:19:30 2012 +0530 |
tree | 8d1b697077672fb2e07d93594716aff7ce769732 | |
parent | cdc011cdbdfd76f996f8704f452c7581bccf4c3d [diff] | |
parent | b0e15d6ec5d08ded0e3caacb02407b3ecc0e2068 [diff] |
Merge branch 'master' of github.com:webnotes/erpnext into dev
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