brotherton-erpnext/erpnext/patches/jan_mar_2012/delete_pur_of_service.py
2012-01-10 14:11:07 +05:30

5 lines
116 B
Python

def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc('DocType', 'Purpose of Service')