IO-594 Autohouse Fixes.

This commit is contained in:
Patrick Fic
2021-04-01 16:24:44 -07:00
parent d515db6fc9
commit 49e25a2c07
12 changed files with 611 additions and 345 deletions

View File

@@ -495,6 +495,22 @@ export const TemplateList = (type, context) => {
//idtype: "vendor",
disabled: false,
},
estimator_detail: {
title: i18n.t("reportcenter.templates.estimator_detail"),
description: "",
subject: i18n.t("reportcenter.templates.estimator_detail"),
key: "estimator_detail",
//idtype: "vendor",
disabled: false,
},
estimator_summary: {
title: i18n.t("reportcenter.templates.estimator_summary"),
description: "",
subject: i18n.t("reportcenter.templates.estimator_summary"),
key: "estimator_summary",
//idtype: "vendor",
disabled: false,
},
}
: {}),
...(!type || type === "courtesycarcontract"