IO-1392 Add IOU Form to Print Center

This commit is contained in:
Patrick Fic
2021-10-01 09:24:37 -07:00
parent 63163c6459
commit aa2ac2b296
5 changed files with 32 additions and 0 deletions

View File

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