mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-04 12:40:57 +00:00
Fixed PART_CATEGORY_PARAMETERS duplicate (bad merging... oopsy)
This commit is contained in:
@ -99,13 +99,6 @@ class InvenTreeSetting(models.Model):
|
|||||||
'validator': bool
|
'validator': bool
|
||||||
},
|
},
|
||||||
|
|
||||||
'PART_CATEGORY_PARAMETERS': {
|
|
||||||
'name': _('Copy Category Parameter Templates'),
|
|
||||||
'description': _('Copy category parameter templates when creating a part'),
|
|
||||||
'default': True,
|
|
||||||
'validator': bool
|
|
||||||
},
|
|
||||||
|
|
||||||
'PART_COMPONENT': {
|
'PART_COMPONENT': {
|
||||||
'name': _('Component'),
|
'name': _('Component'),
|
||||||
'description': _('Parts can be used as sub-components by default'),
|
'description': _('Parts can be used as sub-components by default'),
|
||||||
|
Reference in New Issue
Block a user