2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 03:55:41 +00:00

Capitalize name

This commit is contained in:
Matthias
2021-10-23 22:50:01 +02:00
parent da9d2f7467
commit 71cc155dc9

View File

@ -260,13 +260,13 @@ class PartImport(FileManagementFormView):
'Active',
'base_cost',
'Multiple',
'assembly',
'component',
'Assembly',
'Component',
'is_template',
'purchaseable',
'salable',
'trackable',
'virtual',
'Purchaseable',
'Salable',
'Trackable',
'Virtual',
]
name = 'part'