Added third party payer support IO-546

This commit is contained in:
Patrick Fic
2021-02-10 14:07:08 -08:00
parent 563d3a189a
commit 9e2c17670f
12 changed files with 599 additions and 15 deletions

View File

@@ -77,6 +77,16 @@ export const TemplateList = (type, context) => {
},
}
: {}),
...(!type || type === "job_special"
? {
thirdpartypayer: {
title: i18n.t("printcenter.jobs.thirdpartypayer"),
description: "CSI invite",
key: "special/thirdpartypayer",
disabled: false,
},
}
: {}),
...(!type || type === "appointment"
? {
appointment_confirmation: {