We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351cc4d commit 40db7e0Copy full SHA for 40db7e0
app/routers/cron.router.php
@@ -788,7 +788,8 @@
788
AND stac.creditType = 'I'
789
AND grade_scale.count_in_gpa = '1'
790
AND (stac.grade IS NOT NULL OR stac.grade <> '')
791
- GROUP BY stac.stuID,stac.termCode,stac.acadLevelCode");
+ GROUP BY stac.stuID,stac.termCode,stac.acadLevelCode
792
+ HAVING COALESCE(SUM(stac.gradePoints),0) > 0");
793
$q = $terms->find(function ($data) {
794
$array = [];
795
foreach ($data as $d) {
0 commit comments