Introduce new `communication_style` field for Contacts
[civicrm-core.git] / CRM / Core / BAO / OptionValue.php
index fab3a17efd8fb6f9b2f96f407605b51542114666..9dfbb190e3b7f725e4894afecff56d6fa608fd82 100644 (file)
@@ -295,6 +295,7 @@ class CRM_Core_BAO_OptionValue extends CRM_Core_DAO_OptionValue {
       'gender' => 'gender_id',
       'individual_prefix' => 'prefix_id',
       'individual_suffix' => 'suffix_id',
+      'communication_style' => 'communication_style_id', // Not only Individuals -- but the code seems to be generic for all contact types, despite the naming...
     );
     $contributions = array('payment_instrument' => 'payment_instrument_id');
     $activities    = array('activity_type' => 'activity_type_id');