projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f70ced
)
CRM-17994:Default state/province not working
author
sarehag
<joakim.sarehag@gmail.com>
Fri, 29 Jan 2016 00:14:58 +0000
(
01:14
+0100)
committer
sarehag
<joakim.sarehag@gmail.com>
Fri, 29 Jan 2016 00:14:58 +0000
(
01:14
+0100)
CRM/Contact/Form/Inline/Address.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Inline/Address.php
b/CRM/Contact/Form/Inline/Address.php
index c6abfbfe4776a011aa1b8678e9e2c4b0a39c3fcc..65ba4133770990d8746f2f5e3ac688e3e053d8c5 100644
(file)
--- 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;
}