mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
delete purpose of service
This commit is contained in:
4
erpnext/patches/delete_pur_of_service.py
Normal file
4
erpnext/patches/delete_pur_of_service.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
from webnotes.model import delete_doc
|
||||||
|
delete_doc('DocType', 'Purpose of Service')
|
||||||
Reference in New Issue
Block a user