From: Ivan Kohler Date: Fri, 4 Dec 2015 22:37:11 +0000 (-0800) Subject: add northern cyprus, RT#39335 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=716d5a444011bbd0683f4bad0c8e6ca91c895c4c add northern cyprus, RT#39335 --- diff --git a/httemplate/elements/tr-fixed-country.html b/httemplate/elements/tr-fixed-country.html index 806d92cd6..51b553e1e 100644 --- a/httemplate/elements/tr-fixed-country.html +++ b/httemplate/elements/tr-fixed-country.html @@ -5,6 +5,6 @@ my %opt = @_; my $value = $opt{'curr_value'} || $opt{'value'}; -$opt{'formatted_value'} = code2country($value). " ($value)"; +$opt{'formatted_value'} = FS::geocode_Mixin->code2country($value). " ($value)";