refactor: replaced Batch Student child table with LMS Batch Enrollment doctype

This commit is contained in:
Jannat Patel
2025-02-10 16:15:28 +05:30
parent 56007aa4ba
commit ab98884f77
21 changed files with 2253 additions and 549 deletions

View File

@@ -285,7 +285,7 @@ const deleteStudents = createResource({
url: 'lms.lms.api.delete_documents',
makeParams(values) {
return {
doctype: 'Batch Student',
doctype: 'LMS Batch Enrollment',
documents: values.students,
}
},