5 lines
79 B
Python
5 lines
79 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.delete_doc("DocType", "Process Payroll")
|