[#27] implementing campaign options

This commit is contained in:
B. Endres 2020-06-04 10:37:01 +02:00
parent a8fef68799
commit 35cf2f80e2
6 changed files with 95 additions and 27 deletions

View file

@ -215,6 +215,7 @@ class CRM_Twingle_Profile {
'postinfo_groups',
'donation_receipt_groups',
'campaign',
'campaign_targets',
'contribution_source',
'custom_field_mapping',
'membership_type_id',
@ -287,6 +288,7 @@ class CRM_Twingle_Profile {
'postinfo_groups' => NULL,
'donation_receipt_groups' => NULL,
'campaign' => NULL,
'campaign_targets' => ['contribution', 'contact'],
'contribution_source' => NULL,
'custom_field_mapping' => NULL,
'membership_type_id' => NULL,