serial_std)->reservedQuota($schoolYearMatricule->serial_scy);
$blackListStudentYear = new BlackListStudentYear(array('serial_std' => $student->serial_std, 'serial_scy' => $schoolYearMatricule->serial_scy));
//Si el estudiante esta en listas negras no se guarda el estado de finalizado
$sutenntBlackListInfo = $blackListStudentYear->getBlackListStudentYearActive();
if ($sutenntBlackListInfo->status_bls === 'ACTIVE' && $studentsInBlackList === 'NO') {
$studentsInBlackList = 'YES';
}
?>