fix: renamed class to batch

This commit is contained in:
Jannat Patel
2023-08-28 10:59:52 +05:30
parent 9376b0b010
commit 27101ffd31
40 changed files with 406 additions and 383 deletions

View File

@@ -137,7 +137,7 @@ def is_student(class_name, member=None):
member = frappe.session.user
return frappe.db.exists(
"Class Student",
"Batch Student",
{
"student": member,
"parent": class_name,