Skip to content

Commit

Permalink
Bugfix: Remove two role checks on unbilled ticket report that prevent…
Browse files Browse the repository at this point in the history
…s any non-admins viewing it
  • Loading branch information
wrongecho committed Aug 28, 2024
1 parent a4a110f commit 7739b31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report_tickets_unbilled.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require_once "inc_all_reports.php";

validateTechRole();
validateAccountantRole();

function secondsToTime($inputSeconds) {
Expand Down

0 comments on commit 7739b31

Please sign in to comment.