2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-18 16:41:32 +00:00

API interface for StockItemTestResult

This commit is contained in:
Oliver Walters
2020-05-16 20:56:36 +10:00
parent 880a0a4af8
commit f3c71bd96f
2 changed files with 35 additions and 0 deletions

View File

@@ -225,6 +225,7 @@ class StockItemTestResultSerializer(InvenTreeModelSerializer):
fields = [
'pk',
'stock_item',
'test',
'result',
'value',