From 7cd7e4ab0f1cd885a1cbd3be243c3ef95bb84191 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 15 Jul 2026 11:17:59 +0530 Subject: [PATCH] test: deliver reserved batches via bundles on v16 use_serial_batch_fields delivery of reserved stock crashes on v16 with 'Serial and Batch Bundle None not found' (fixed on develop only), so deliver through auto-created bundles like test_auto_reserve_serial_and_batch. --- .../stock_reservation_entry/test_stock_reservation_entry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/stock/doctype/stock_reservation_entry/test_stock_reservation_entry.py b/erpnext/stock/doctype/stock_reservation_entry/test_stock_reservation_entry.py index 43e28367695..008e9305775 100644 --- a/erpnext/stock/doctype/stock_reservation_entry/test_stock_reservation_entry.py +++ b/erpnext/stock/doctype/stock_reservation_entry/test_stock_reservation_entry.py @@ -704,7 +704,6 @@ class TestStockReservationEntry(ERPNextTestSuite): "enable_stock_reservation": 1, "auto_reserve_serial_and_batch": 1, "pick_serial_and_batch_based_on": "FIFO", - "use_serial_batch_fields": 1, }, ) def test_batch_shared_across_sales_orders_can_be_delivered(self) -> None: