[#24] added option to drop twingle mandate reference

This commit is contained in:
B. Endres 2020-05-24 19:47:11 +02:00
parent 0e8534619e
commit ad8fb0eee7
4 changed files with 29 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class CRM_Twingle_Form_Settings extends CRM_Core_Form {
public static $SETTINGS_LIST = [
'twingle_prefix',
'twingle_use_sepa',
'twingle_dont_use_reference',
'twingle_protect_recurring',
'twingle_protect_recurring_activity_type',
'twingle_protect_recurring_activity_subject',
@ -54,6 +55,12 @@ class CRM_Twingle_Form_Settings extends CRM_Core_Form {
E::ts("Use CiviSEPA")
);
$this->add(
'checkbox',
'twingle_dont_use_reference',
E::ts("Use CiviSEPA generated reference")
);
$this->add(
'select',
'twingle_protect_recurring',