brotherton-erpnext/erpnext/patches/v9_2/delete_process_payroll.py
2017-12-04 16:49:44 +05:30

5 lines
79 B
Python

import frappe
def execute():
frappe.delete_doc("DocType", "Process Payroll")