diff options
| author | ivan <ivan> | 2008-06-05 10:36:43 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-06-05 10:36:43 +0000 |
| commit | df596d6137f88b6f582b8395395fc308dc634fea (patch) | |
| tree | 5ac14674698a4a2e572d80ce9274624b9afc7629 /httemplate/search/report_cust_main.html | |
| parent | 7af1ea3b8465634729088cce321c2f7c05c7f227 (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> |
