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:
@@ -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") }}
|
||||
|
||||
Reference in New Issue
Block a user