Tidy up the tax report + perms

This commit is contained in:
wrongecho
2024-10-03 20:42:56 +01:00
parent 5635cd9b8c
commit 90fb28e32b

View File

@@ -2,7 +2,7 @@
require_once "inc_all_reports.php";
validateAccountantRole();
enforceUserPermission('module_financial');
$year = isset($_GET['year']) ? intval($_GET['year']) : date('Y');