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:
f6635f3
)
line spacing to make style happy
author
Andrew Hunt
<andrew@aghstrategies.com>
Fri, 6 Feb 2015 21:15:27 +0000
(16:15 -0500)
committer
Andrew Hunt
<andrew@aghstrategies.com>
Fri, 6 Feb 2015 21:15:27 +0000
(16:15 -0500)
CRM/Core/PseudoConstant.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/PseudoConstant.php
b/CRM/Core/PseudoConstant.php
index 979cf9e5b551ff05d48858bc22082215fa4dec16..ef168552fc5715d136b0d0d4fdbc7d143f06388c 100644
(file)
--- a/
CRM/Core/PseudoConstant.php
+++ b/
CRM/Core/PseudoConstant.php
@@
-292,9
+292,11
@@
class CRM_Core_PseudoConstant {
case 'state_province_id':
$params['labelColumn'] = 'abbreviation';
break;
+
case 'country_id':
$params['labelColumn'] = 'iso_code';
break;
+
default:
}
}