[#27] implementing campaign options
This commit is contained in:
parent
a8fef68799
commit
35cf2f80e2
6 changed files with 95 additions and 27 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue