diff --git a/erpnext/patches/v14_0/delete_shopify_doctypes.py b/erpnext/patches/v14_0/delete_shopify_doctypes.py index f45082a1a5d..96bee3979d4 100644 --- a/erpnext/patches/v14_0/delete_shopify_doctypes.py +++ b/erpnext/patches/v14_0/delete_shopify_doctypes.py @@ -1,5 +1,6 @@ import frappe + def execute(): frappe.delete_doc("DocType", "Shopify Settings", ignore_missing=True) frappe.delete_doc("DocType", "Shopify Log", ignore_missing=True)