refactor: renamed batch and membership doctypes

This commit is contained in:
Jannat Patel
2023-08-25 14:46:11 +05:30
parent b197e36ba7
commit b8b32681bf
45 changed files with 246 additions and 275 deletions

View File

@@ -47,4 +47,4 @@ def get_add_on_members(plan: str) -> int:
def get_members() -> int:
return frappe.db.count("LMS Batch Membership")
return frappe.db.count("LMS Enrollment")