brotherton-erpnext/erpnext/patches/jan_mar_2012/delete_pur_of_service.py

5 lines
116 B
Python
Raw Normal View History

2012-01-05 12:16:28 +05:30
def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc('DocType', 'Purpose of Service')