add northern cyprus, RT#39335
authorIvan Kohler <ivan@freeside.biz>
Fri, 4 Dec 2015 22:37:08 +0000 (14:37 -0800)
committerIvan Kohler <ivan@freeside.biz>
Fri, 4 Dec 2015 22:37:08 +0000 (14:37 -0800)
httemplate/elements/tr-fixed-country.html

index 806d92c..51b553e 100644 (file)
@@ -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)";
 
 </%init>