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.
This commit is contained in:
Mihir Kandoi
2026-07-15 11:17:59 +05:30
parent 839fd5e3b6
commit 7cd7e4ab0f

View File

@@ -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: