From 876dec5077217788df16c0cc109b110e6bc8b809 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Tue, 18 Nov 2025 18:05:08 +0530 Subject: [PATCH] chore: fix conflicts --- erpnext/stock/doctype/stock_entry/stock_entry.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry.py b/erpnext/stock/doctype/stock_entry/stock_entry.py index 0ead7461d67..9664ed67498 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry.py +++ b/erpnext/stock/doctype/stock_entry/stock_entry.py @@ -1135,6 +1135,7 @@ class StockEntry(StockController): "ignore_serial_nos": already_picked_serial_nos, "qty": row.transfer_qty * -1, } + ).update_serial_and_batch_entries() elif not row.serial_and_batch_bundle and frappe.get_single_value( "Stock Settings", "auto_create_serial_and_batch_bundle_for_outward" ):