mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Fix for LocationSerializer
This commit is contained in:
@ -270,11 +270,6 @@ class LocationSerializer(InvenTreeModelSerializer):
|
|||||||
'parent',
|
'parent',
|
||||||
'pathstring',
|
'pathstring',
|
||||||
'items',
|
'items',
|
||||||
'upload_date',
|
|
||||||
]
|
|
||||||
|
|
||||||
read_only_fields = [
|
|
||||||
'upload_date',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user