mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Form field rearrangement
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user