4 lines
98 B
Python
4 lines
98 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.db.delete("Notification", "Certificate Request Creation") |