2
0
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:
Oliver Walters
2019-05-15 00:16:34 +10:00
parent 35d32fd2ff
commit f6baf5d2ae
4 changed files with 101 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ class EditBomItemForm(HelperForm):
'part',
'sub_part',
'quantity',
'overage',
'note'
]