brotherton-erpnext/erpnext/patches/april_2012/delete_about_contact.py
2012-04-27 18:39:14 +05:30

6 lines
200 B
Python

def execute():
import webnotes
from webnotes.model import delete_doc
delete_doc('DocType', 'About Us Team')
delete_doc('DocType', 'About Us Settings')
delete_doc('DocType', 'Contact Us Settings')