fix: Remove unintended changes

This commit is contained in:
Deepesh Garg 2022-02-22 20:58:10 +05:30
parent 5a2b571aa9
commit a61790c00f

View File

@ -1954,7 +1954,8 @@ def update_bin_on_delete(row, doctype):
qty_dict["ordered_qty"] = get_ordered_qty(row.item_code, row.warehouse)
update_bin_qty(row.item_code, row.warehouse, qty_dict)
if row.warehouse:
update_bin_qty(row.item_code, row.warehouse, qty_dict)
def validate_and_delete_children(parent, data):
deleted_children = []