mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Add "default_expiry" field to Part model
This commit is contained in:
@@ -181,6 +181,7 @@ class EditPartForm(HelperForm):
|
||||
'keywords': 'fa-key',
|
||||
'link': 'fa-link',
|
||||
'IPN': 'fa-hashtag',
|
||||
'default_expiry': 'fa-stopwatch',
|
||||
}
|
||||
|
||||
bom_copy = forms.BooleanField(required=False,
|
||||
@@ -228,6 +229,7 @@ class EditPartForm(HelperForm):
|
||||
'link',
|
||||
'default_location',
|
||||
'default_supplier',
|
||||
'default_expiry',
|
||||
'units',
|
||||
'minimum_stock',
|
||||
'trackable',
|
||||
|
Reference in New Issue
Block a user