From 7739b31bb5fd27654b0e63c9ac51395813340a25 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 28 Aug 2024 22:21:02 +0100 Subject: [PATCH] Bugfix: Remove two role checks on unbilled ticket report that prevents any non-admins viewing it --- report_tickets_unbilled.php | 1 - 1 file changed, 1 deletion(-) diff --git a/report_tickets_unbilled.php b/report_tickets_unbilled.php index 6c298f476..f3f380cd0 100644 --- a/report_tickets_unbilled.php +++ b/report_tickets_unbilled.php @@ -2,7 +2,6 @@ require_once "inc_all_reports.php"; -validateTechRole(); validateAccountantRole(); function secondsToTime($inputSeconds) {