2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-12 14:50:54 +00:00

Display templated parts as italic in the part list

This commit is contained in:
Oliver Walters
2019-05-26 00:29:17 +10:00
parent 6603d6e9ed
commit 21dd893c01
4 changed files with 18 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ class PartSerializer(serializers.ModelSerializer):
'full_name',
'name',
'IPN',
'is_template',
'variant_of',
'variant',
'description',
'keywords',