summaryrefslogtreecommitdiff
path: root/httemplate/search/report_cust_main.html
diff options
context:
space:
mode:
authorivan <ivan>2008-06-05 10:36:43 +0000
committerivan <ivan>2008-06-05 10:36:43 +0000
commitdf596d6137f88b6f582b8395395fc308dc634fea (patch)
tree5ac14674698a4a2e572d80ce9274624b9afc7629 /httemplate/search/report_cust_main.html
parent7af1ea3b8465634729088cce321c2f7c05c7f227 (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-xhttemplate/search/report_cust_main.html7
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>