IO-3573 Enhanced Payroll Labor Allocation
Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
@@ -359,7 +359,7 @@ export function LaborAllocationContainer({
|
|||||||
<JobEmployeeAssignmentsContainer job={lineTicketData.jobs_by_pk} />
|
<JobEmployeeAssignmentsContainer job={lineTicketData.jobs_by_pk} />
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
{Enhanced_Payroll.treatment === "off" ? (
|
{Enhanced_Payroll.treatment === "on" ? (
|
||||||
<PayrollLaborAllocationsTable
|
<PayrollLaborAllocationsTable
|
||||||
jobId={jobid}
|
jobId={jobid}
|
||||||
joblines={lineTicketData.joblines}
|
joblines={lineTicketData.joblines}
|
||||||
|
|||||||
Reference in New Issue
Block a user