IO-3573 Enhanced Payroll Labor Allocation

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2026-02-23 18:33:57 -08:00
parent 947ded4b5e
commit da9744da6f

View File

@@ -359,7 +359,7 @@ export function LaborAllocationContainer({
<JobEmployeeAssignmentsContainer job={lineTicketData.jobs_by_pk} />
</Card>
{Enhanced_Payroll.treatment === "off" ? (
{Enhanced_Payroll.treatment === "on" ? (
<PayrollLaborAllocationsTable
jobId={jobid}
joblines={lineTicketData.joblines}