brotherton-erpnext/erpnext/patches/v9_2/delete_process_payroll.py

5 lines
79 B
Python
Raw Normal View History

2017-12-01 05:12:12 +00:00
import frappe
def execute():
frappe.delete_doc("DocType", "Process Payroll")