fixed patch: repost stock due to wrong packing list
This commit is contained in:
parent
df902d1a0c
commit
fea3b64dd0
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user