RT# 74435 - fixed errors in posting a echeck refund when no account is listed.
[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>