IO-793 Add additional job totals calculations to pli.
This commit is contained in:
@@ -23,6 +23,7 @@ export default function JobsDetailPliComponent({
|
||||
<Col span={24}>
|
||||
<JobBillsTotal
|
||||
bills={billsQuery.data ? billsQuery.data.bills : []}
|
||||
partsOrders={billsQuery.data ? billsQuery.data.parts_orders : []}
|
||||
loading={billsQuery.loading}
|
||||
jobTotals={job.job_totals}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user