mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-06 23:38:48 +00:00
Fixed PART_CATEGORY_PARAMETERS duplicate (bad merging... oopsy)
This commit is contained in:
parent
bfdda847c4
commit
b4fa56fd96
@ -92,13 +92,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_CATEGORY_PARAMETERS': {
|
'PART_CATEGORY_PARAMETERS': {
|
||||||
'name': _('Copy Category Parameter Templates'),
|
'name': _('Copy Category Parameter Templates'),
|
||||||
'description': _('Copy category parameter templates when creating a part'),
|
'description': _('Copy category parameter templates when creating a part'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user