2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-04 11:21:40 +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

@@ -170,6 +170,7 @@ Configuration of label printing:
{{ globalsetting("PART_SALABLE") }}
{{ globalsetting("PART_VIRTUAL") }}
{{ globalsetting("PART_COPY_BOM") }}
{{ globalsetting("PART_BOM_ALLOW_ZERO_QUANTITY") }}
{{ globalsetting("PART_COPY_PARAMETERS") }}
{{ globalsetting("PART_COPY_TESTS") }}
{{ globalsetting("PART_CATEGORY_PARAMETERS") }}