Bug Fix: survey item by grade report

This commit is contained in:
Gabe Farrell 2024-04-25 13:46:27 -04:00
parent e8bfb705e4
commit 40a35fff2d

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