X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftr-fixed-country.html;h=51b553e1eb5c96ba8950274bc636cc2364ef1246;hp=806d92cd6630bec13edee0c58e2ba523f65c5bd7;hb=37e92c220a54636ebc7900cd59ec6ce56790ede8;hpb=3fc09b0e69ba395c452b636696c3576c9a762af6 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)";