Allow contributions be assigned to a configured campaign per profile.

This commit is contained in:
Jens Schuppe 2019-01-21 11:19:49 +01:00
parent 336870c38e
commit 5ce76eae5f
4 changed files with 38 additions and 1 deletions

View file

@ -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,
));
}