Form 477 update for 2022+ reporting (2020 census data), RT#86245 (New FS::Misc::Geo...
[freeside.git] / httemplate / elements / tr-fixed-state.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'} = state_label($value, $opt{'object'}->country);
9
10 </%init>