mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 23:18:02 +00:00
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:
@@ -704,7 +704,6 @@ class TestStockReservationEntry(ERPNextTestSuite):
|
|||||||
"enable_stock_reservation": 1,
|
"enable_stock_reservation": 1,
|
||||||
"auto_reserve_serial_and_batch": 1,
|
"auto_reserve_serial_and_batch": 1,
|
||||||
"pick_serial_and_batch_based_on": "FIFO",
|
"pick_serial_and_batch_based_on": "FIFO",
|
||||||
"use_serial_batch_fields": 1,
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
def test_batch_shared_across_sales_orders_can_be_delivered(self) -> None:
|
def test_batch_shared_across_sales_orders_can_be_delivered(self) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user