From 727d66930515943ab97ab627e4b5f198d72ec512 Mon Sep 17 00:00:00 2001 From: sarehag Date: Fri, 29 Jan 2016 01:14:58 +0100 Subject: [PATCH] CRM-17994:Default state/province not working --- CRM/Contact/Form/Inline/Address.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Contact/Form/Inline/Address.php b/CRM/Contact/Form/Inline/Address.php index c6abfbfe47..65ba413377 100644 --- a/CRM/Contact/Form/Inline/Address.php +++ b/CRM/Contact/Form/Inline/Address.php @@ -150,6 +150,7 @@ class CRM_Contact_Form_Inline_Address extends CRM_Contact_Form_Inline { } $address['country_id'] = $config->defaultContactCountry; + $address['state_province_id'] = $config->defaultContactStateProvince; $defaults['address'][$this->_locBlockNo] = $address; } -- 2.25.1