Allow location type for organisation addresses be configurable.
This commit is contained in:
parent
d28248723b
commit
3a027cc7c9
5 changed files with 77 additions and 6 deletions
|
@ -121,6 +121,14 @@ class CRM_Twingle_Form_Profile extends CRM_Core_Form {
|
|||
TRUE
|
||||
);
|
||||
|
||||
$this->add(
|
||||
'select',
|
||||
'location_type_id_organisation',
|
||||
E::ts('Location type for organisations'),
|
||||
$this->getLocationTypes(),
|
||||
TRUE
|
||||
);
|
||||
|
||||
$this->add(
|
||||
'select', // field type
|
||||
'financial_type_id', // field name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue