mirror of https://github.com/itflow-org/itflow
Tidy up the tax report + perms
This commit is contained in:
parent
5635cd9b8c
commit
90fb28e32b
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
require_once "inc_all_reports.php";
|
||||
|
||||
validateAccountantRole();
|
||||
enforceUserPermission('module_financial');
|
||||
|
||||
$year = isset($_GET['year']) ? intval($_GET['year']) : date('Y');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue