X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=f139d4bb55347f65d11c406d8d0acfd107e6b920;hb=d1014a727cefa5d9813153594541f62ec15fc8b9;hp=758c269232d0a2cc2e6eb5e72071b5ad0ef6186d;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 758c26923..f139d4bb5 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 )) { @@ -48,6 +56,19 @@ +% if ( $conf->exists('cust_main-require_censustract') ) { + + + Without census tract + + + +% } + + +   + + Display options @@ -72,6 +93,8 @@ die "access denied" $FS::CurrentUser::CurrentUser->access_right('List packages') );; +my $conf = new FS::Conf; + <%once>