From 80379cdd791241450f438fd6d1c467fdb5f8db0d Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Thu, 9 Jan 2025 17:37:30 -0800 Subject: [PATCH] IO-3082 Additional IO Basic Lock Out Reports Signed-off-by: Allan Carr --- client/src/utils/TemplateConstants.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index 9c282dc6c..42241d152 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -1444,7 +1444,8 @@ export const TemplateList = (type, context) => { object: i18n.t("reportcenter.labels.objects.jobs"), field: i18n.t("jobs.fields.date_exported") }, - group: "sales" + group: "sales", + featureNameRestricted: "export" }, gsr_by_estimator: { title: i18n.t("reportcenter.templates.gsr_by_estimator"), @@ -1865,7 +1866,8 @@ export const TemplateList = (type, context) => { object: i18n.t("reportcenter.labels.objects.jobs"), field: i18n.t("jobs.fields.date_open") }, - group: "jobs" + group: "jobs", + featureNameRestricted: "bills" }, psr_by_make: { title: i18n.t("reportcenter.templates.psr_by_make"), @@ -1901,7 +1903,8 @@ export const TemplateList = (type, context) => { object: i18n.t("reportcenter.labels.objects.parts_orders"), field: i18n.t("parts_orders.fields.order_date") }, - group: "jobs" + group: "jobs", + featureNameRestricted: "bills" }, returns_grouped_by_vendor_detailed: { title: i18n.t("reportcenter.templates.returns_grouped_by_vendor_detailed"), @@ -1913,7 +1916,8 @@ export const TemplateList = (type, context) => { object: i18n.t("reportcenter.labels.objects.parts_orders"), field: i18n.t("parts_orders.fields.order_date") }, - group: "jobs" + group: "jobs", + featureNameRestricted: "bills" }, scheduled_parts_list: { title: i18n.t("reportcenter.templates.scheduled_parts_list"),