mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Add some form fields (might have to remove later)
This commit is contained in:
parent
21dd893c01
commit
f3b17b2164
@ -94,6 +94,7 @@ class EditPartForm(HelperForm):
|
|||||||
'IPN',
|
'IPN',
|
||||||
'variant',
|
'variant',
|
||||||
'is_template',
|
'is_template',
|
||||||
|
'variant_of',
|
||||||
'description',
|
'description',
|
||||||
'keywords',
|
'keywords',
|
||||||
'URL',
|
'URL',
|
||||||
|
@ -34,6 +34,7 @@ class CreateStockItemForm(HelperForm):
|
|||||||
'location',
|
'location',
|
||||||
'quantity',
|
'quantity',
|
||||||
'batch',
|
'batch',
|
||||||
|
'serial',
|
||||||
'delete_on_deplete',
|
'delete_on_deplete',
|
||||||
'status',
|
'status',
|
||||||
'notes',
|
'notes',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user