diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 56b4d31ac..f5995934e 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -32890,6 +32890,27 @@
+
+ iou_form
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
job_costing_ro
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 10cb40021..077e82c85 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -1967,6 +1967,7 @@
"guarantee": "Repair Guarantee",
"invoice_customer_payable": "Invoice (Customer Payable)",
"invoice_total_payable": "Invoice (Total Payable)",
+ "iou_form": "IOU Form",
"job_costing_ro": "Job Costing",
"job_notes": "Job Notes",
"key_tag": "Key Tag",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 307547639..eddd2aca4 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -1967,6 +1967,7 @@
"guarantee": "",
"invoice_customer_payable": "",
"invoice_total_payable": "",
+ "iou_form": "",
"job_costing_ro": "",
"job_notes": "",
"key_tag": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index e539dd79f..c7825635d 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -1967,6 +1967,7 @@
"guarantee": "",
"invoice_customer_payable": "",
"invoice_total_payable": "",
+ "iou_form": "",
"job_costing_ro": "",
"job_notes": "",
"key_tag": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index 941941f28..77840f31d 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -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"