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

Refactor BuildOrderEdit form

This commit is contained in:
Oliver
2021-07-08 23:57:42 +10:00
parent 0599fbaf26
commit 245c04367b
7 changed files with 45 additions and 49 deletions

View File

@ -75,9 +75,11 @@ class BuildSerializer(InvenTreeModelSerializer):
'pk',
'url',
'title',
'batch',
'creation_date',
'completed',
'completion_date',
'destination',
'part',
'part_detail',
'overdue',
@ -87,6 +89,7 @@ class BuildSerializer(InvenTreeModelSerializer):
'status',
'status_text',
'target_date',
'take_from',
'notes',
'link',
'issued_by',