X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=943dbb51799feb858bf3ae5d101b733f06e2b826;hb=2339b763230e33505b8a5302acd32269fbfd9f7e;hp=6f5b38df3157df4c5d13493d99539fae80a3f9d8;hpb=3e200e9a6316815514fe1b5d2e04364ef2e34b63;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 6f5b38df3..943dbb517 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -10,7 +10,8 @@ <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), + 'curr_value' => scalar($cgi->param('agentnum')), + 'disable_empty' => 0, ) %> @@ -38,11 +39,53 @@ % } <% include( '/elements/tr-select-payby.html', - 'payby_type' => 'cust', - 'multiple' => 1, - 'curr_value' => { map { $_ => 1 } FS::payby->cust_payby }, + 'payby_type' => 'cust', + 'multiple' => 1, + 'all_selected' => 1, ) %> + + + Payment expiration before + + + / + + + + + + + + Invoice terms + + <% include( '/elements/select-terms.html', + 'pre_options' => [ '' => 'all' ], + 'empty_value' => 'NULL', + ) + %> + + <% include( '/elements/tr-input-lessthan_greaterthan.html', label => 'Current balance', @@ -55,6 +98,15 @@ +% if ( $conf->exists('cust_main-require_censustract') ) { + + + Without census tract + + + +% } +   @@ -83,6 +135,8 @@ die "access denied" $FS::CurrentUser::CurrentUser->access_right('List packages') );; +my $conf = new FS::Conf; + <%once>