From bc9ef40996c39462d46f25d5af93a79b04037818 Mon Sep 17 00:00:00 2001 From: jfrye122 Date: Mon, 15 May 2023 10:37:26 -0400 Subject: [PATCH] ClockOffScrn shows hours by currentTmTicketJobId --- .../time-ticket/screen-time-ticket-clockoff.component.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/time-ticket/screen-time-ticket-clockoff.component.jsx b/components/time-ticket/screen-time-ticket-clockoff.component.jsx index b86fdc5..fe0f769 100644 --- a/components/time-ticket/screen-time-ticket-clockoff.component.jsx +++ b/components/time-ticket/screen-time-ticket-clockoff.component.jsx @@ -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); - + );