Allow contributions be assigned to a configured campaign per profile.
This commit is contained in:
parent
336870c38e
commit
5ce76eae5f
4 changed files with 38 additions and 1 deletions
|
@ -186,7 +186,8 @@ class CRM_Twingle_Profile {
|
|||
'gender_other',
|
||||
'newsletter_groups',
|
||||
'postinfo_groups',
|
||||
'donation_receipt_groups'
|
||||
'donation_receipt_groups',
|
||||
'campaign',
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -242,6 +243,7 @@ class CRM_Twingle_Profile {
|
|||
'newsletter_groups' => NULL,
|
||||
'postinfo_groups' => NULL,
|
||||
'donation_receipt_groups' => NULL,
|
||||
'campaign' => NULL,
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue