chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2025-12-12 11:53:18 +05:30
committed by GitHub
parent 279cf6fe00
commit 1693e3ef3f

View File

@@ -1509,12 +1509,7 @@ def make_stock_entry(work_order_id, purpose, qty=None, target_warehouse=None):
stock_entry.to_warehouse = target_warehouse or work_order.source_warehouse
stock_entry.set_stock_entry_type()
<<<<<<< HEAD
stock_entry.get_items(qty, work_order.production_item)
=======
stock_entry.is_additional_transfer_entry = is_additional_transfer_entry
stock_entry.get_items()
>>>>>>> 99148a2aba (fix(manufacturing): get items for disassembly order)
if purpose != "Disassemble":
stock_entry.set_serial_no_batch_for_finished_good()