mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
5 lines
79 B
Python
5 lines
79 B
Python
import frappe
|
|
|
|
def execute():
|
|
frappe.delete_doc("DocType", "Process Payroll")
|