Include WorkOrder.estimated_total
for API
This commit is contained in:
parent
9ea103c0eb
commit
960d6279a9
|
@ -55,6 +55,7 @@ class WorkOrderView(APIMasterView):
|
|||
'id': workorder.id,
|
||||
'customer_uuid': workorder.customer.uuid,
|
||||
'customer_name': workorder.customer.name,
|
||||
'estimated_total': workorder.estimated_total,
|
||||
'notes': workorder.notes,
|
||||
'status_code': workorder.status_code,
|
||||
'status_label': self.enum.WORKORDER_STATUS[workorder.status_code],
|
||||
|
|
Loading…
Reference in a new issue