delete purpose of service

This commit is contained in:
Nabin Hait 2012-01-05 12:16:28 +05:30
parent 2abc6026f2
commit 7394239e05

View File

@ -0,0 +1,4 @@
def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc('DocType', 'Purpose of Service')