2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

Allow API upload of file attachments against StockItemTestResult objects

This commit is contained in:
Oliver Walters 2020-05-25 22:19:28 +10:00
parent 835451c02c
commit 1bf696a052

View File

@ -259,7 +259,6 @@ class StockItemTestResultSerializer(InvenTreeModelSerializer):
read_only_fields = [ read_only_fields = [
'pk', 'pk',
'attachment',
'user', 'user',
'date', 'date',
] ]