mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Display attachment upload date
This commit is contained in:
@ -157,6 +157,11 @@ class POAttachmentSerializer(InvenTreeModelSerializer):
|
||||
'order',
|
||||
'attachment',
|
||||
'comment',
|
||||
'upload_date',
|
||||
]
|
||||
|
||||
read_only_fields = [
|
||||
'upload_date',
|
||||
]
|
||||
|
||||
|
||||
@ -359,4 +364,9 @@ class SOAttachmentSerializer(InvenTreeModelSerializer):
|
||||
'order',
|
||||
'attachment',
|
||||
'comment',
|
||||
'upload_date',
|
||||
]
|
||||
|
||||
read_only_fields = [
|
||||
'upload_date',
|
||||
]
|
||||
|
Reference in New Issue
Block a user