2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Merge pull request #834 from SchrodingersGat/api-bug-fix

Allow API upload of file attachments against StockItemTestResult objects
This commit is contained in:
Oliver
2020-05-25 22:24:33 +10:00
committed by GitHub

View File

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