X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=92df58cfb51c1b804152ed190dc216a217c8ad5f;hb=99eea3e4cc49a10231e3f3bce4b9afb01913ce55;hp=b0c5fde8677cd8ce755d3580f8f98b0aee1a9053;hpb=5836672804f6285e914061b18bcb8d18139e4783;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index b0c5fde86..92df58cfb 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -20,6 +20,13 @@ ) %> + <% include( '/elements/tr-select-cust_class.html', + 'label' => 'Class', + 'multiple' => 1, + 'pre_options' => [ '' => '(none)' ], + 'all_selected' => 1, + ) + %> % foreach my $field (qw( signupdate )) { @@ -56,6 +63,15 @@ +% if ( $conf->exists('cust_main-require_censustract') ) { + + + Without census tract + + + +% } +   @@ -84,6 +100,8 @@ die "access denied" $FS::CurrentUser::CurrentUser->access_right('List packages') );; +my $conf = new FS::Conf; + <%once>