diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:09 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:09 -0800 |
commit | c0f97a82840821c3520b719694dbdb552f1e6416 (patch) | |
tree | 77f7479f2b42169d93f9ae4f01058220880df13b | |
parent | da574ff0e692f85861db20bd354a696ba9ebaacb (diff) |
add northern cyprus, RT#39335
-rw-r--r-- | httemplate/elements/tr-fixed-country.html | 2 |
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> |