From 7fe341f7e83648feecf0b221e7a370a5818be753 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 4 Dec 2015 14:37:08 -0800 Subject: [PATCH] add northern cyprus, RT#39335 --- httemplate/elements/tr-fixed-country.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; -- 2.11.0