RT# 82094 - updated UI for bulk emailing from advanced customer reports
[freeside.git] / httemplate / misc / states.cgi
1 [ <% join(', ', map { qq("$_") } @output) %> ]
2 <%init>
3
4 my $country = $cgi->param('arg');
5 my @output = states_hash($country);
6
7 </%init>