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

6 lines
119 B
Python
Raw Normal View History

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