You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modificar script de SQL en el archivo protected/controllers/ReportesController.php en la línea 38.
'totalEncuestas'=>
Yii::app()->db->createCommand('SELECT COUNT(1) as total FROM asignatura_profesor ap join incripciones i on ap.asignatura_id = i.asignatura_id where ap.id = '.$asignatura_profesor_id.' and i.anio_academico = 2019')->queryAll(),
Está harcodeado el anio_academico en 2019!
Le cambié el valor a 2023 para que funcione, pero habría que parametrizarlo
The text was updated successfully, but these errors were encountered:
Modificar script de SQL en el archivo protected/controllers/ReportesController.php en la línea 38.
Está harcodeado el anio_academico en 2019!
Le cambié el valor a 2023 para que funcione, pero habría que parametrizarlo
The text was updated successfully, but these errors were encountered: