From 1bf696a0524196793e8edd8eb9c868b94a59bf65 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 25 May 2020 22:19:28 +1000 Subject: [PATCH] Allow API upload of file attachments against StockItemTestResult objects --- InvenTree/stock/serializers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/InvenTree/stock/serializers.py b/InvenTree/stock/serializers.py index 19d05d7b7b..0e63de46f2 100644 --- a/InvenTree/stock/serializers.py +++ b/InvenTree/stock/serializers.py @@ -259,7 +259,6 @@ class StockItemTestResultSerializer(InvenTreeModelSerializer): read_only_fields = [ 'pk', - 'attachment', 'user', 'date', ]