fix: undo changes to patch (#26983)

* fix: undo changes to patch

* ci: ignore empty body / head
This commit is contained in:
Ankush Menat
2021-08-17 15:14:13 +05:30
committed by GitHub
parent 3c525e1136
commit 8bbec42fa0
2 changed files with 3 additions and 7 deletions

View File

@@ -4,10 +4,6 @@ import frappe
def execute():
frappe.reload_doc("erpnext_integrations", "doctype", "shopify_settings")
if not frappe.db.get_single_value("Shopify Settings", "enable_shopify"):
return
click.secho(
"Shopify Integration is moved to a separate app and will be removed from ERPNext in version-14.\n"
"Please install the app to continue using the integration: https://github.com/frappe/ecommerce_integrations",