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

5 lines
116 B
Python
Raw Normal View History

2012-01-05 06:46:28 +00:00
def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc('DocType', 'Purpose of Service')