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