IO-1913 Add Rental Reservation key

This commit is contained in:
Patrick Fic
2022-06-02 10:09:01 -07:00
parent 485b5d0866
commit 1258843f3d
6 changed files with 33 additions and 1 deletions

View File

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