fix is_active student flag and apply it in all pages
This commit is contained in:
@@ -131,6 +131,7 @@ class FinalController extends BaseController
|
||||
)
|
||||
->join('(' . $latestFinalSub . ') fl', 'fl.student_id = s.id', 'left', false)
|
||||
->join('final_exam fe', 'fe.id = fl.max_id', 'left')
|
||||
->where('s.is_active', 1)
|
||||
->orderBy('s.lastname', 'ASC')
|
||||
->orderBy('s.firstname', 'ASC');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user