ClockOffScrn shows hours by currentTmTicketJobId

This commit is contained in:
jfrye122
2023-05-15 10:37:26 -04:00
parent c7959c4080
commit bc9ef40996

View File

@@ -37,9 +37,9 @@ export function TimeTicketClockOff({
currentBodyshop,
currentTmTicketJobId,
}) {
console.log("TimeTicketClockOff, currentEmployee :", currentEmployee);
// console.log("TimeTicketClockOff, currentEmployee :", currentEmployee);
//console.log("TimeTicketClockOff, currentRatesNCostCenters :", currentRatesNCostCenters );
console.log("TimeTicketClockOff, currentBodyshop :", currentBodyshop);
// console.log("TimeTicketClockOff, currentBodyshop :", currentBodyshop);
console.log("TimeTicketClockOff, currentTmTicketJobId :", currentTmTicketJobId);
// console.log("TimeTicketClockOff, jobId :", jobId);
@@ -181,7 +181,7 @@ console.log("TimeTicketClockOff, currentTmTicketJobId :", currentTmTicketJobId);
</Formik>
</ScrollView>
<View style={{ flexGrow: 1 }}>
<LaborAllocationsTable jobId={currentSJobId?.value} />
<LaborAllocationsTable jobId={currentTmTicketJobId} />
</View>
</View>
);