commit | fea3b64dd0d58524eb30a76c950f2b0caaa02745 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Aug 03 19:14:42 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Aug 03 19:14:42 2012 +0530 |
tree | 06806ac76f8e581cf3239b18940b6d240749fc82 | |
parent | df902d1a0c359f21aff927f193ba403ac22f47cd [diff] |
fixed patch: repost stock due to wrong packing list
diff --git a/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py b/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py index 659bcc0..a8077c2 100644 --- a/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py +++ b/erpnext/patches/july_2012/repost_stock_due_to_wrong_packing_list.py
@@ -3,7 +3,6 @@ def execute(): # add index webnotes.conn.commit() - webnotes.conn.sql("""drop index item_code_warehouse on `tabDelivery Note Packing Item`""") webnotes.conn.sql("""create index item_code_warehouse on `tabDelivery Note Packing Item` (item_code, warehouse)""") webnotes.conn.begin()