Files
enlight-lms/lms/patches/v2_0/delete_certificate_request_notification.py
2024-09-06 10:19:25 +05:30

4 lines
98 B
Python

import frappe
def execute():
frappe.db.delete("Notification", "Certificate Request Creation")