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