diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:41 -0800 |
commit | d72d57ec3b5c9f8d0115f84c02943994d93436ca (patch) | |
tree | 95e522984b59ed0569c1e960d200330664c4bb78 /httemplate/browse | |
parent | 716d5a444011bbd0683f4bad0c8e6ca91c895c4c (diff) |
add northern cyprus, RT#39335
Diffstat (limited to 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/cust_main_county.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi index e8c09e434..522614886 100755 --- a/httemplate/browse/cust_main_county.cgi +++ b/httemplate/browse/cust_main_county.cgi @@ -456,7 +456,7 @@ my %seen_county = (); my @fields = ( sub { my $country = shift->country; return '' if $seen_country{$country}++; - code2country($country). " ($country)"; + FS::geocode_Mixin->code2country($country). " ($country)"; }, #state |