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
commit 8384071ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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