mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 08:38:30 +00:00
chore: fix conflicts
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user