2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Add "units" to PartBriefSerializer

This commit is contained in:
Oliver Walters
2021-08-26 21:54:25 +10:00
parent 9b6b5825f3
commit ec88415f3d
2 changed files with 5 additions and 0 deletions

View File

@ -206,6 +206,7 @@ class PartBriefSerializer(InvenTreeModelSerializer):
'stock',
'trackable',
'virtual',
'units',
]