IO-902 ICBC ETf Translator

This commit is contained in:
Patrick Fic
2021-04-16 07:56:34 -07:00
parent 41bc4f00dc
commit 3ac1e3a8e4
7 changed files with 62 additions and 36 deletions

View File

@@ -686,5 +686,17 @@ export const TemplateList = (type, context) => {
},
}
: {}),
...(!type || type === "special"
? {
ca_bc_etf_table: {
title: i18n.t("printcenter.payments.ca_bc_etf_table"),
description: "Est Detail",
subject: i18n.t("printcenter.payments.ca_bc_etf_table"),
key: "ca_bc_etf_table",
disabled: false,
},
}
: {}),
};
};