[#1] (wip) Differing financial type for recurring contributions

This commit is contained in:
Jens Schuppe 2019-05-15 10:45:16 +02:00
parent cd6b5ad458
commit 7fec0d32e9
8 changed files with 607 additions and 6 deletions

View file

@ -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',