don't show 'Bill now' link unless the current user can...
[freeside.git] / httemplate / misc / states.cgi
1 %
2 %
3 %  my $country = $cgi->param('arg');
4 %  my @output = states_hash($country);
5 %
6 %
7 [ <% join(', ', map { qq("$_") } @output) %> ]