2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-13 08:21:26 +00:00

Fixes for Stock API

This commit is contained in:
Oliver Walters
2020-05-16 23:12:43 +10:00
parent fd11317409
commit 197a3e6731
2 changed files with 7 additions and 1 deletions

View File

@ -212,7 +212,7 @@ class StockItemAttachmentSerializer(InvenTreeModelSerializer):
'stock_item',
'attachment',
'comment',
'date',
'upload_date',
'user',
'user_detail',
]