Bug Fix: survey item by grade report

This commit is contained in:
Gabe Farrell 2024-04-25 13:46:27 -04:00
parent 5e76fdac68
commit f4dacf1a92

View file

@ -13,6 +13,7 @@ module Report
academic_year:,
).each do |key,count|
# key[1] is survey item id
next if key[0] == nil
survey_items.add(key[1])
sufficient_survey_items[key[0]].add(key[1]) if count >= 10
end