diff options
author | ivan <ivan> | 2008-06-05 10:36:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-06-05 10:36:42 +0000 |
commit | 3e200e9a6316815514fe1b5d2e04364ef2e34b63 (patch) | |
tree | b9c15d920d46727ded6e958a1fa07a7eedac68e1 /httemplate/search/report_cust_main.html | |
parent | 0130070457b6f634422c52bc788fd62eb6e00549 (diff) |
add customer status to adv. customer report, template customer search for future use in emailing notices, RT#2731
Diffstat (limited to 'httemplate/search/report_cust_main.html')
-rwxr-xr-x | httemplate/search/report_cust_main.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 41266ae0a..6f5b38df3 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -8,11 +8,18 @@ <TR> <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> </TR> + <% include( '/elements/tr-select-agent.html', ($cgi->param('agentnum') || ''), ) %> + <% include( '/elements/tr-select-cust_main-status.html', + 'label' => 'Status' + ) + %> + + % foreach my $field (qw( signupdate )) { <TR> |