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

Fixes for BuildOrder forms

This commit is contained in:
Oliver
2021-07-09 00:36:54 +10:00
parent 13ca076f42
commit be6ecd9587
4 changed files with 45 additions and 15 deletions

View File

@ -80,6 +80,7 @@ class BuildSerializer(InvenTreeModelSerializer):
'completed',
'completion_date',
'destination',
'parent',
'part',
'part_detail',
'overdue',