2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

Fixes for stock location forms

This commit is contained in:
Oliver
2022-01-08 20:28:57 +11:00
parent af18d16d98
commit ff7a75266b
2 changed files with 8 additions and 0 deletions

View File

@ -426,6 +426,7 @@ class LocationSerializer(InvenTree.serializers.InvenTreeModelSerializer):
'parent',
'pathstring',
'items',
'owner',
]