dev/financial#6 Added is template to search screen
authorJaap Jansma <jaap.jansma@civicoop.org>
Mon, 21 Jun 2021 08:19:36 +0000 (10:19 +0200)
committerJaap Jansma <jaap.jansma@civicoop.org>
Mon, 21 Jun 2021 08:19:36 +0000 (10:19 +0200)
tests/phpunit/CRM/Contribute/Form/SearchTest.php

index 3bc88cf2383a71cd1f427f1c2aa4ad38adec243a..60df89f99e518b44a8d4cbcfad976c271d140009 100644 (file)
@@ -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,