refactor: replaced Batch Student child table with LMS Batch Enrollment doctype
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user