[#17] pass-trough campaign

This commit is contained in:
B. Endres 2020-01-30 07:07:20 +01:00
parent f3e6b031b5
commit a2b50fd4d3
3 changed files with 14 additions and 4 deletions

View file

@ -311,7 +311,7 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
$this->add(
'select', // field type
'campaign', // field name
E::ts('Assign donation to campaign'), // field label
E::ts('Campaign (e.g. for donation)'), // field label
array('' => E::ts('- none -')) + static::getCampaigns(), // list of options
FALSE, // is not required
array('class' => 'crm-select2 huge')