Fixed upper case for organization country.
This commit is contained in:
parent
ce6cf6620f
commit
464284d479
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class Organization extends PathPropertyList
|
||||||
{
|
{
|
||||||
String result;
|
String result;
|
||||||
|
|
||||||
result = get("organization.country.code");
|
result = StringUtils.toRootUpperCase(get("organization.country.code"));
|
||||||
|
|
||||||
//
|
//
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in a new issue