mirror of https://github.com/itflow-org/itflow
Bugfix: Remove two role checks on unbilled ticket report that prevents any non-admins viewing it
This commit is contained in:
parent
a4a110f1e7
commit
7739b31bb5
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
require_once "inc_all_reports.php";
|
||||
|
||||
validateTechRole();
|
||||
validateAccountantRole();
|
||||
|
||||
function secondsToTime($inputSeconds) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue