Files
schuetz3-erpnext/erpnext/patches/v9_2/delete_process_payroll.py
2019-01-22 18:36:10 +05:30

6 lines
119 B
Python

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