From a6107822afbf8d0746a8743dce697657543c139c Mon Sep 17 00:00:00 2001 From: Jaap Jansma Date: Mon, 21 Jun 2021 10:19:36 +0200 Subject: [PATCH] dev/financial#6 Added is template to search screen --- tests/phpunit/CRM/Contribute/Form/SearchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Contribute/Form/SearchTest.php b/tests/phpunit/CRM/Contribute/Form/SearchTest.php index 3bc88cf238..60df89f99e 100644 --- a/tests/phpunit/CRM/Contribute/Form/SearchTest.php +++ b/tests/phpunit/CRM/Contribute/Form/SearchTest.php @@ -521,7 +521,7 @@ class CRM_Contribute_Form_SearchTest extends CiviUnitTestCase { 'contribution_status_id' => 1, 'contact_id' => $this->ids['Contact']['contactID1'], 'contribution_recur_id' => $ContributionRecur1['id'], - 'is_template' => 1 + 'is_template' => 1, ]); $params = [ 'to_financial_account_id' => 1, -- 2.25.1