X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=b0c5fde8677cd8ce755d3580f8f98b0aee1a9053;hb=2b8ffc98529637ffddfe7cbf6b4f9b8deb90f0fa;hp=758c269232d0a2cc2e6eb5e72071b5ad0ef6186d;hpb=5e05724a635a22776f1b973f5d7e77989da4e048;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 758c26923..b0c5fde86 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -8,11 +8,19 @@ Search options + <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), + 'curr_value' => scalar($cgi->param('agentnum')), + 'disable_empty' => 0, ) %> + <% include( '/elements/tr-select-cust_main-status.html', + 'label' => 'Status' + ) + %> + + % foreach my $field (qw( signupdate )) { @@ -49,6 +57,10 @@ +   + + + Display options <% include( '/elements/tr-select-cust-fields.html' ) %>