Bugfix: Remove two role checks on unbilled ticket report that prevents any non-admins viewing it

This commit is contained in:
wrongecho
2024-08-28 22:21:02 +01:00
parent a4a110f1e7
commit 7739b31bb5

View File

@@ -2,7 +2,6 @@
require_once "inc_all_reports.php";
validateTechRole();
validateAccountantRole();
function secondsToTime($inputSeconds) {