mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-16 00:21:08 +00:00
Display attachment upload date
This commit is contained in:
@@ -270,6 +270,11 @@ class LocationSerializer(InvenTreeModelSerializer):
|
||||
'parent',
|
||||
'pathstring',
|
||||
'items',
|
||||
'upload_date',
|
||||
]
|
||||
|
||||
read_only_fields = [
|
||||
'upload_date',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user