fix: validate duplication

This commit is contained in:
Jannat Patel
2023-06-26 21:16:27 +05:30
parent 8353aa24f3
commit 0e1b91f1ec
8 changed files with 201 additions and 287 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def get_context(context):
class_students = frappe.get_all(
"Class Student",
{"parent": class_name},
["student", "student_name", "username"],
["name", "student", "student_name", "username"],
order_by="creation desc",
)