From 74eeceaccabec8b31e5938157a5064fa6a705c45 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Fri, 8 May 2026 11:32:49 -0700 Subject: [PATCH] IO-3689 Customer List Restriction Signed-off-by: Allan Carr --- .../report-center-modal/report-center-modal.component.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/report-center-modal/report-center-modal.component.jsx b/client/src/components/report-center-modal/report-center-modal.component.jsx index 7205939f2..0adf67abc 100644 --- a/client/src/components/report-center-modal/report-center-modal.component.jsx +++ b/client/src/components/report-center-modal/report-center-modal.component.jsx @@ -408,6 +408,6 @@ const restrictedReports = [ { key: "job_costing_ro_estimator", days: 183 }, { key: "job_lifecycle_date_detail", days: 183 }, { key: "job_lifecycle_date_summary", days: 183 }, - { key: "customer_list", days: 183 }, - { key: "customer_list_excel", days: 183 } + { key: "customer_list", days: 736 }, + { key: "customer_list_excel", days: 736 } ];