fix head fa access issue
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Successful in 1m24s

This commit is contained in:
root
2026-09-06 20:49:25 -04:00
parent 2ad7dc1170
commit 485341875a
7 changed files with 280 additions and 6 deletions
+1 -1
View File
@@ -1414,7 +1414,7 @@ class RefundController extends BaseController
$roles[] = $activeRole;
}
foreach (['administrator', 'administrative staff', 'principal', 'teacher', 'teacher_assistant'] as $role) {
foreach (['administrator', 'administrative staff', 'principal', 'teacher', 'teacher_assistant', 'head fa', 'head of fa', 'head_of_fa', 'financial_contributor'] as $role) {
if (in_array($role, $roles, true)) {
return true;
}