diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-04 14:37:08 -0800 |
commit | 7fe341f7e83648feecf0b221e7a370a5818be753 (patch) | |
tree | d6a61f0c07ade97aff564a5450f5833545bdda68 /httemplate/elements | |
parent | a06b181e0f0451ad837214c24a546dc44025af9b (diff) |
add northern cyprus, RT#39335
Diffstat (limited to 'httemplate/elements')
-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> |