mirror of
https://github.com/frappe/lms.git
synced 2026-05-01 21:19:31 +03:00
feat: class improvements
This commit is contained in:
@@ -22,7 +22,7 @@ def get_context(context):
|
||||
)
|
||||
|
||||
context.class_courses = frappe.get_all(
|
||||
"Class Course", {"parent": class_name}, pluck="course"
|
||||
"Class Course", {"parent": class_name}, ["name", "course", "title"]
|
||||
)
|
||||
|
||||
class_students = frappe.get_all(
|
||||
|
||||
Reference in New Issue
Block a user