mirror of
https://github.com/inventree/InvenTree.git
synced 2026-06-12 11:38:47 +00:00
Block SO allocation until tests pass (#11915)
* Add new global setting * Check item before allocating * add unit test
This commit is contained in:
@@ -336,7 +336,8 @@ export default function SystemSettings() {
|
||||
'SALESORDER_DEFAULT_SHIPMENT',
|
||||
'SALESORDER_EDIT_COMPLETED_ORDERS',
|
||||
'SALESORDER_SHIP_COMPLETE',
|
||||
'SALESORDER_SHIPMENT_REQUIRES_CHECK'
|
||||
'SALESORDER_SHIPMENT_REQUIRES_CHECK',
|
||||
'SALESORDER_BLOCK_INCOMPLETE_ITEM_TESTS'
|
||||
]}
|
||||
/>
|
||||
<GlobalSettingList
|
||||
|
||||
Reference in New Issue
Block a user