[#1] (wip) Differing financial type for recurring contributions
This commit is contained in:
parent
cd6b5ad458
commit
7fec0d32e9
8 changed files with 607 additions and 6 deletions
|
@ -136,6 +136,13 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
$this->getFinancialTypes(), // list of options
|
||||
TRUE // is required
|
||||
);
|
||||
$this->add(
|
||||
'select', // field type
|
||||
'financial_type_id_recur', // field name
|
||||
E::ts('Financial type (recurring)'), // field label
|
||||
$this->getFinancialTypes(), // list of options
|
||||
TRUE // is required
|
||||
);
|
||||
|
||||
$this->add(
|
||||
'select',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue