fix enrollment logic, add financial aid, fix class distribution
Tests / PHPUnit (push) Failing after 1m6s
Tests / PHPUnit (push) Failing after 1m6s
This commit is contained in:
@@ -325,6 +325,12 @@ switch ($role) {
|
||||
'label' => 'Invoice',
|
||||
'title' => 'View and pay your child(ren)\'s invoice securely (tuition & events).',
|
||||
],
|
||||
[
|
||||
'href' => base_url('/parent/financial-aid'),
|
||||
'icon' => 'bi-heart',
|
||||
'label' => 'Financial Aid',
|
||||
'title' => 'Request a tuition reduction for review by school administration.',
|
||||
],
|
||||
[
|
||||
'href' => base_url('/parent/attendance'),
|
||||
'icon' => 'bi-calendar-check',
|
||||
|
||||
Reference in New Issue
Block a user