summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main-zip.html
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2008-03-16 19:58:34 +0000
committercvs2git <cvs2git>2008-03-16 19:58:34 +0000
commiteb061f5119325e666f0dff40d4089e5c1df58e17 (patch)
treed55e8fef5aca62eb13bbc8ad20dbdf941c3bd266 /httemplate/search/report_cust_main-zip.html
parent3a17b276638200475d54201fa62566b7440e819a (diff)
This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'.TRIXBOX_2_6
Diffstat (limited to 'httemplate/search/report_cust_main-zip.html')
-rw-r--r--httemplate/search/report_cust_main-zip.html52
1 files changed, 0 insertions, 52 deletions
diff --git a/httemplate/search/report_cust_main-zip.html b/httemplate/search/report_cust_main-zip.html
deleted file mode 100644
index 19b7ecc91..000000000
--- a/httemplate/search/report_cust_main-zip.html
+++ /dev/null
@@ -1,52 +0,0 @@
-<% include('/elements/header.html', 'Zip code report') %>
-
- <FORM ACTION="cust_main-zip.html" METHOD="GET">
-
- <TABLE>
-
- <TR>
- <TD ALIGN="right">Billing or service zip</TD>
- <TD>
- <SELECT NAME="column">
- <OPTION VALUE="zip">Billing zip
- <OPTION VALUE="ship_zip">Service zip
- </SELECT>
- </TD>
- </TR>
-
- <TR>
- <TD ALIGN="right">Ignore +4 for US zip codes</TD>
- <TD><INPUT TYPE="checkbox" NAME="ignore_plus4" VALUE="yes" CHECKED> </TD>
- </TR>
-
- <TR>
- <TD ALIGN="right">Show customers with status:</TD>
- <TD>
- <SELECT NAME="status">
- <OPTION VALUE="">all
- <OPTION VALUE="prospect">prospect (no packages ever)
- <OPTION SELECTED VALUE="uncancel">all except cancelled
- <OPTION VALUE="active">active recurring packages
- <OPTION VALUE="susp">suspended
- <OPTION VALUE="cancel">cancelled
- </SELECT>
- </TD>
- </TR>
-
- <% include( '/elements/tr-select-agent.html',
- 'curr_value' => scalar( $cgi->param('agentnum') ),
- 'label' => 'For agent: ',
- )
- %>
-
- </TABLE>
- <BR><INPUT TYPE="submit" VALUE="Get Report">
- </FORM>
-
-<% include('/elements/footer.html') %>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('List zip codes');
-
-</%init>