mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Form field rearrangement
This commit is contained in:
parent
ba26acd487
commit
0b88953706
@ -51,7 +51,7 @@ class Build(models.Model):
|
||||
related_name='builds',
|
||||
limit_choices_to={
|
||||
'is_template': False,
|
||||
'buildable': True,
|
||||
'assembly': True,
|
||||
'active': True
|
||||
},
|
||||
help_text='Select part to build',
|
||||
|
@ -92,10 +92,10 @@ class EditPartForm(HelperForm):
|
||||
'category',
|
||||
'name',
|
||||
'IPN',
|
||||
'is_template',
|
||||
'variant_of',
|
||||
'description',
|
||||
'keywords',
|
||||
'variant_of',
|
||||
'is_template',
|
||||
'URL',
|
||||
'default_location',
|
||||
'default_supplier',
|
||||
|
Loading…
Reference in New Issue
Block a user