2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-12 04:28:45 +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:
Oliver
2026-05-11 20:09:34 +10:00
committed by GitHub
parent 95fd997d9c
commit b6a304e553
5 changed files with 66 additions and 1 deletions
+1
View File
@@ -234,3 +234,4 @@ The following [global settings](../settings/global.md) are available for sales o
{{ globalsetting("SALESORDER_EDIT_COMPLETED_ORDERS") }}
{{ globalsetting("SALESORDER_SHIP_COMPLETE") }}
{{ globalsetting("SALESORDER_SHIPMENT_REQUIRES_CHECK") }}
{{ globalsetting("SALESORDER_BLOCK_INCOMPLETE_ITEM_TESTS")}}