From 4115a8cf9c7516c26987b8ce5a63a60935a421a4 Mon Sep 17 00:00:00 2001 From: maniamartial Date: Fri, 21 Mar 2025 16:02:55 +0300 Subject: [PATCH] feat - Allow generation of report cards for all assesmnet group(remove filter is Group) --- .../student_report_generation_tool.js | 7 ------- 1 file changed, 7 deletions(-) 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) {