2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Fix for LocationSerializer

This commit is contained in:
Oliver
2021-06-30 22:10:15 +10:00
parent 30ac5dba55
commit 770cd9a12d

View File

@ -270,11 +270,6 @@ class LocationSerializer(InvenTreeModelSerializer):
'parent',
'pathstring',
'items',
'upload_date',
]
read_only_fields = [
'upload_date',
]