summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-fixed-country.html
blob: 51b553e1eb5c96ba8950274bc636cc2364ef1246 (plain)
1
2
3
4
5
6
7
8
9
10
<% include('tr-fixed.html', %opt ) %>
<%init>

my %opt = @_;

my $value = $opt{'curr_value'} || $opt{'value'};

$opt{'formatted_value'} = FS::geocode_Mixin->code2country($value). " ($value)";

</%init>