From 8c4ec32e29d26461928e3a5b3962f57d906d750f Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Mon, 21 Jun 2021 16:54:19 +0200 Subject: [PATCH] dev/financial#6 exclude template contributions from the contact summary and add a button to view them to the recurring contributions tab --- CRM/Contribute/Page/Tab.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Contribute/Page/Tab.php b/CRM/Contribute/Page/Tab.php index 3ea488b558..2d75e2096c 100644 --- a/CRM/Contribute/Page/Tab.php +++ b/CRM/Contribute/Page/Tab.php @@ -57,7 +57,6 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page { 'qs' => "reset=1&id=%%crid%%&cid=%%cid%%&context={$context}", ], ]; - if ( (CRM_Core_Permission::check('edit contributions') || $context !== 'contribution') && ($paymentProcessorObj->supports('ChangeSubscriptionAmount') -- 2.25.1