Merged in feature/IO-3689-Customer-List-Restriction (pull request #3234)

IO-3689 Customer List Restriction

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2026-05-08 18:45:21 +00:00
committed by Dave Richer

View File

@@ -415,6 +415,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 }
];