IO-2122 Add time ticket report.

This commit is contained in:
Patrick Fic
2022-12-09 08:09:53 -08:00
parent dad3dc9e42
commit 4c42522f3a
6 changed files with 38 additions and 9 deletions

View File

@@ -488,6 +488,14 @@ export const TemplateList = (type, context) => {
disabled: false,
group: "pre",
},
timetickets_ro: {
title: i18n.t("printcenter.jobs.timetickets_ro"),
description: "CASL Authorization",
subject: i18n.t("printcenter.jobs.timetickets_ro"),
key: "timetickets_ro",
disabled: false,
group: "financial",
},
}
: {}),
...(!type || type === "job_special"