mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Add 'overage' field to BOM item
- Accepts absolute or percentage numbers - Default = blank - Now with custom validator! (for limited time only, limit one per customer)
This commit is contained in:
@@ -133,6 +133,7 @@ class EditBomItemForm(HelperForm):
|
||||
'part',
|
||||
'sub_part',
|
||||
'quantity',
|
||||
'overage',
|
||||
'note'
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user