mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 12:50:55 +00:00
Add 'variant' field to Part model
- Display 'long_name' which is concatenation of name and variant
This commit is contained in:
@@ -65,6 +65,7 @@ class EditPartForm(HelperForm):
|
||||
fields = [
|
||||
'category',
|
||||
'name',
|
||||
'variant',
|
||||
'description',
|
||||
'IPN',
|
||||
'URL',
|
||||
|
Reference in New Issue
Block a user