mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-08 04:40:57 +00:00
Add 'link' field to attachment serializer
This commit is contained in:
@@ -386,6 +386,7 @@ class POAttachmentSerializer(InvenTreeAttachmentSerializer):
|
||||
'pk',
|
||||
'order',
|
||||
'attachment',
|
||||
'link',
|
||||
'filename',
|
||||
'comment',
|
||||
'upload_date',
|
||||
@@ -607,6 +608,7 @@ class SOAttachmentSerializer(InvenTreeAttachmentSerializer):
|
||||
'order',
|
||||
'attachment',
|
||||
'filename',
|
||||
'link',
|
||||
'comment',
|
||||
'upload_date',
|
||||
]
|
||||
|
Reference in New Issue
Block a user