2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Add 'reference' to API serializer

This commit is contained in:
Oliver Walters
2020-10-19 22:53:40 +11:00
parent 0b7cf9e7f3
commit 5405ad566e
2 changed files with 8 additions and 1 deletions

View File

@ -41,6 +41,7 @@ class BuildSerializer(InvenTreeModelSerializer):
'completion_date',
'part',
'part_detail',
'reference',
'sales_order',
'quantity',
'status',