RT# 73422 Fix report Customer Contacts
[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>