mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 23:33:43 +00:00
fix: undo changes to patch (#26983)
* fix: undo changes to patch * ci: ignore empty body / head
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user