diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:35 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:35 -0800 |
commit | 796d991531fd0d630bf0db9e87447e0459c7e5d6 (patch) | |
tree | 8d658ae6943cd905a14536e77daf8092f2a44510 /httemplate/browse | |
parent | c0f97a82840821c3520b719694dbdb552f1e6416 (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 |