mirror of
https://github.com/frappe/lms.git
synced 2026-05-01 05:09:27 +03:00
fix: certified participants query
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user