IO-2385 Tech Console to print Attendance Report from Shift Clock

This commit is contained in:
Allan Carr
2023-08-18 13:59:42 -07:00
parent ba683a2e8a
commit a2150009db
5 changed files with 82 additions and 45 deletions

View File

@@ -32,7 +32,7 @@ export function TechClockInContainer({
currentUser,
}) {
console.log(
"🚀 ~ file: tech-job-clock-in-form.container.jsx:29 ~ technician:",
"🚀 ~ file: tech-job-clock-in-form.container.jsx:30 ~ technician:",
technician
);
const [form] = Form.useForm();
@@ -128,7 +128,7 @@ export function TechClockInContainer({
>
{t("timetickets.actions.enter")}
</Button>
<TechJobPrintTickets />
<TechJobPrintTickets attendacePrint={false} />
<Button
type="primary"
onClick={() => form.submit()}