2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-04 10:31:03 +00:00

Allow Zero Quantity BOM Item with System Setting (#11437)

* allow zero qty bom item with setting

* add allow zero bom qty setting to docs

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Jacob Felknor
2026-03-02 17:10:20 -07:00
committed by GitHub
parent 3bbdddf51d
commit 41a617febd
4 changed files with 25 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ export default function SystemSettings() {
'PART_SALABLE',
'PART_VIRTUAL',
'PART_COPY_BOM',
'PART_BOM_ALLOW_ZERO_QUANTITY',
'PART_COPY_PARAMETERS',
'PART_COPY_TESTS',
'PART_CATEGORY_PARAMETERS',