update policy
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 2m2s
Tests / PHPUnit (push) Failing after 1m19s

This commit is contained in:
root
2026-08-24 22:06:13 -04:00
parent 608aca79b8
commit 9036fcb1f5
7 changed files with 86 additions and 15 deletions
+14
View File
@@ -331,6 +331,13 @@ switch ($role) {
'label' => 'Financial Aid',
'title' => 'Request a tuition reduction for review by school administration.',
],
[
'href' => base_url('policy/school_policy'),
'icon' => 'bi-journal-text',
'label' => 'Policies',
'title' => 'Review current school policies and procedures.',
'attrs' => 'target="_blank" rel="noopener noreferrer"',
],
[
'href' => base_url('/parent/attendance'),
'icon' => 'bi-calendar-check',
@@ -468,6 +475,13 @@ switch ($role) {
'label' => 'Exam Drafts',
'title' => 'Submit or review draft exams that need administrator approval.',
],
[
'href' => base_url('policy/school_policy'),
'icon' => 'bi-journal-text',
'label' => 'Policies',
'title' => 'Review current school policies and procedures.',
'attrs' => 'target="_blank" rel="noopener noreferrer"',
],
[
'href' => base_url('inventory/books/distribute'),
'icon' => 'bi-book',