From b256b59fe5106b6dede6d12b3d7ef1ff2938556a Mon Sep 17 00:00:00 2001 From: "B. Endres" Date: Thu, 4 Jun 2020 10:48:56 +0200 Subject: [PATCH] [#27] added contact option --- CRM/Twingle/Form/Profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Twingle/Form/Profile.php b/CRM/Twingle/Form/Profile.php index 57bfa17..a38dc7e 100644 --- a/CRM/Twingle/Form/Profile.php +++ b/CRM/Twingle/Form/Profile.php @@ -372,6 +372,7 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form { 'recurring' => E::ts("Recurring Contribution"), 'membership' => E::ts("Membership"), 'mandate' => E::ts("SEPA Mandate"), + 'contact' => E::ts("Contacts (XCM)"), ], FALSE, // is not required ['class' => 'crm-select2 huge', 'multiple' => 'multiple']