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