diff --git a/erpnext/patches/delete_pur_of_service.py b/erpnext/patches/delete_pur_of_service.py new file mode 100644 index 0000000000..eecece6f05 --- /dev/null +++ b/erpnext/patches/delete_pur_of_service.py @@ -0,0 +1,4 @@ +def execute(): + import webnotes + from webnotes.model import delete_doc + delete_doc('DocType', 'Purpose of Service')