From a206f06af90876a32f97a4f968a8c3a228c7e8a8 Mon Sep 17 00:00:00 2001 From: Zlash65 Date: Mon, 11 Feb 2019 12:01:01 +0530 Subject: [PATCH] delete notification control's docctype entry --- erpnext/patches.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches.txt b/erpnext/patches.txt index 29c86196da..b8e2e358b1 100755 --- a/erpnext/patches.txt +++ b/erpnext/patches.txt @@ -585,3 +585,4 @@ erpnext.patches.v11_0.rename_additional_salary_component_additional_salary erpnext.patches.v11_0.renamed_from_to_fields_in_project erpnext.patches.v11_0.add_permissions_in_gst_settings erpnext.patches.v11_1.setup_guardian_role +execute:frappe.delete_doc('DocType', 'Notification Control')