From 17f7351f8534ccf14b0b02ad39657beea8403980 Mon Sep 17 00:00:00 2001 From: Imesha Sudasingha Date: Thu, 28 Aug 2025 01:48:21 +0530 Subject: [PATCH] fix: remove defunct payment gateway links from ERPNext Integrations workspace - Remove GoCardless Settings link (DocType deleted in v15.0) - Remove Mpesa Settings link (DocType deleted in v15.0) - Update Payments card link_count from 3 to 1 - Only Plaid Settings remains in Payments section Fixes broken links that resulted in errors when clicked. Closes #49352 --- .../erpnext_integrations.json | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json b/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json index 510317f5c2e..6b236f2cc60 100644 --- a/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json +++ b/erpnext/erpnext_integrations/workspace/erpnext_integrations/erpnext_integrations.json @@ -188,30 +188,10 @@ "hidden": 0, "is_query_report": 0, "label": "Payments", - "link_count": 3, + "link_count": 1, "onboard": 0, "type": "Card Break" }, - { - "hidden": 0, - "is_query_report": 0, - "label": "GoCardless Settings", - "link_count": 0, - "link_to": "GoCardless Settings", - "link_type": "DocType", - "onboard": 0, - "type": "Link" - }, - { - "hidden": 0, - "is_query_report": 0, - "label": "Mpesa Settings", - "link_count": 0, - "link_to": "Mpesa Settings", - "link_type": "DocType", - "onboard": 0, - "type": "Link" - }, { "hidden": 0, "is_query_report": 0,