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