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

6 lines
119 B
Python

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