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 10:42:12 +05:30
import frappe
def execute():
frappe.delete_doc("DocType", "Process Payroll")