summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:09 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-04 14:37:09 -0800
commitc0f97a82840821c3520b719694dbdb552f1e6416 (patch)
tree77f7479f2b42169d93f9ae4f01058220880df13b
parentda574ff0e692f85861db20bd354a696ba9ebaacb (diff)
add northern cyprus, RT#39335
-rw-r--r--httemplate/elements/tr-fixed-country.html2
1 files changed, 1 insertions, 1 deletions
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)";
</%init>