Add 'link' field to attachment serializer

This commit is contained in:
Oliver
2021-11-28 12:57:37 +11:00
parent e9ed7bffc9
commit 6582fd3d04
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -432,6 +432,7 @@ class StockItemAttachmentSerializer(InvenTree.serializers.InvenTreeAttachmentSer
'stock_item',
'attachment',
'filename',
'link',
'comment',
'upload_date',
'user',