feat: class improvements

This commit is contained in:
Jannat Patel
2023-04-27 22:29:45 +05:30
parent e6621ad866
commit b5240f0eec
7 changed files with 223 additions and 79 deletions

View File

@@ -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(