projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
customer bill/ship location refactoring, #940
[freeside.git]
/
httemplate
/
elements
/
tr-fixed-country.html
1
<% include('tr-fixed.html', %opt ) %>
2
<%init>
3
4
my %opt = @_;
5
6
my $value = $opt{'curr_value'} || $opt{'value'};
7
8
$opt{'formatted_value'} = code2country($value). " ($value)";
9
10
</%init>