fix: certified participants query

This commit is contained in:
Jannat Patel
2026-01-13 10:36:17 +05:30
parent ad650c73c1
commit c9c6aef466

View File

@@ -304,8 +304,8 @@ def get_certified_participant_details(member):
def get_certification_query(filters):
Certificate = DocType("LMS Certificate")
User = DocType("User")
Certificate = frappe.qb.DocType("LMS Certificate")
User = frappe.qb.DocType("User")
query = (
frappe.qb.from_(Certificate)