diff --git a/lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js b/lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js index 91f5b498..8cb6e1ad 100644 --- a/lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js +++ b/lms/lms/doctype/lms_certificate_evaluation/lms_certificate_evaluation.js @@ -14,14 +14,6 @@ frappe.ui.form.on("LMS Certificate Evaluation", { }, onload: function (frm) { - frm.set_query("course", function (doc) { - return { - filters: { - enable_certification: true, - }, - }; - }); - frm.set_query("member", function (doc) { return { filters: {