Skip to content
Snippets Groups Projects
Commit d3a6d733 authored by jaapjansma's avatar jaapjansma
Browse files

fixed phone type

parent 65907295
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@
class CRM_CivirulesConditions_Form_Contact_HasPhone extends CRM_CivirulesConditions_Form_Form {
protected function getPhoneTypes() {
return array_merge(
array(0 => ts(' - Any phone type -')),
return
array(0 => ts(' - Any phone type -')) +
CRM_Core_OptionGroup::values('phone_type', false, false, false, false, 'label', false)
);
;
}
protected function getLocationTypes() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment