fix: misc batch enrollment issues
This commit is contained in:
6
lms/patches/v2_0/delete_old_enrollment_doctypes.py
Normal file
6
lms/patches/v2_0/delete_old_enrollment_doctypes.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.delete_doc("DocType", "Batch Student")
|
||||
frappe.delete_doc("Notification", "Payment Completion Reminder")
|
||||
Reference in New Issue
Block a user