Merged in release/2026-05-08 (pull request #3235)

IO-3689 Customer List Restriction
This commit is contained in:
Dave Richer
2026-05-08 18:45:38 +00:00

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 }
];