Establish working version of pay all and labor calculations.

This commit is contained in:
Patrick Fic
2023-07-17 14:58:28 -07:00
parent dd085be5c7
commit c214168dcd
8 changed files with 389 additions and 334 deletions

View File

@@ -88,6 +88,7 @@ export function JobsDetailLaborContainer({
jobId={jobId}
joblines={joblines}
timetickets={timetickets}
refetch={refetch}
adjustments={adjustments}
/>
</Col>
@@ -97,6 +98,7 @@ export function JobsDetailLaborContainer({
jobId={jobId}
joblines={joblines}
timetickets={timetickets}
refetch={refetch}
adjustments={adjustments}
/>
</Col>