<% include('/elements/header.html', 'Zip code report') %>
<% include( '/elements/tr-select-agent.html', 'curr_value' => scalar( $cgi->param('agentnum') ), 'label' => 'For agent: ', 'disable_empty' => 0, ) %>
Billing or service zip
Ignore +4 for US zip codes
Show customers with status
Limit to customers with provisioned service

<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List zip codes');