mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +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")
|