delete purpose of service
This commit is contained in:
parent
2abc6026f2
commit
7394239e05
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')
|
||||||
Loading…
x
Reference in New Issue
Block a user