IO-134 Limit shop uploads based on plan.
This commit is contained in:
@@ -34,6 +34,15 @@ export function TechClockOffButton({
|
||||
(e) => e.id === technician && technician.id
|
||||
)[0];
|
||||
|
||||
console.log(
|
||||
"emps :>> ",
|
||||
emps,
|
||||
"e",
|
||||
bodyshop && bodyshop.employees,
|
||||
"tech",
|
||||
technician
|
||||
);
|
||||
|
||||
const handleFinish = async (values) => {
|
||||
logImEXEvent("tech_clock_out_job");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user