diff --git a/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js b/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js index 138923da..7ae5f75c 100644 --- a/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js +++ b/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js @@ -10,13 +10,6 @@ frappe.ui.form.on('Student Report Generation Tool', { }, } }) - frm.set_query('assessment_group', function () { - return { - filters: { - is_group: 1, - }, - } - }) }, refresh: function (frm) {