mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
6 lines
119 B
Python
6 lines
119 B
Python
from __future__ import unicode_literals
|
|
import frappe
|
|
|
|
def execute():
|
|
frappe.delete_doc("DocType", "Process Payroll")
|