From 956d2ff83e9dd322fd1ab93d61ae2938cd93b592 Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Mon, 31 May 2021 11:32:48 +0200 Subject: [PATCH] dev/financial#6 Added is template to search screen --- CRM/Contact/Form/Search/Custom/EventAggregate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/Form/Search/Custom/EventAggregate.php b/CRM/Contact/Form/Search/Custom/EventAggregate.php index 3dd307089c..29e76dbeaa 100644 --- a/CRM/Contact/Form/Search/Custom/EventAggregate.php +++ b/CRM/Contact/Form/Search/Custom/EventAggregate.php @@ -214,6 +214,7 @@ class CRM_Contact_Form_Search_Custom_EventAggregate extends CRM_Contact_Form_Sea $clauses[] = "civicrm_participant.status_id in ( 1 )"; $clauses[] = "civicrm_contribution.is_test = 0"; + $clauses[] = "civicrm_contribution.is_template = 0"; $onLine = CRM_Utils_Array::value('paid_online', $this->_formValues ); -- 2.25.1