2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 02:25:38 +00:00

Display inactive parts in part used_in view

This commit is contained in:
Oliver Walters
2019-07-10 13:18:07 +10:00
parent 322710d603
commit 8637d46981
3 changed files with 9 additions and 2 deletions

View File

@ -53,6 +53,7 @@ class PartBriefSerializer(InvenTreeModelSerializer):
'total_stock',
'available_stock',
'image_url',
'active',
]