dev/financial#6 exclude template contributions from the contact summary and add a...
authorJaap Jansma <jaap.jansma@civicoop.org>
Mon, 21 Jun 2021 14:54:19 +0000 (16:54 +0200)
committerJaap Jansma <jaap.jansma@civicoop.org>
Mon, 21 Jun 2021 14:54:19 +0000 (16:54 +0200)
CRM/Contribute/Page/Tab.php

index 3ea488b55805b1d80f97f55ebc1ed55d15e0e076..2d75e2096c0c1576c76f712a405e88b88c015931 100644 (file)
@@ -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')