fixed patch: repost stock due to wrong packing list

This commit is contained in:
Anand Doshi 2012-08-03 19:14:42 +05:30
parent df902d1a0c
commit fea3b64dd0

View File

@ -3,7 +3,6 @@ import webnotes
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()