X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=d6be4fbc6f02e1b032529c3c9dd5c95099246e1f;hb=aaf8baf3662e16e9414de236a39f8801a8c41b01;hp=eb1a662736216216867b8962534c9a414a7daf62;hpb=f22b714f2b7a38c8a930d8248ccb32751db82b5e;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index eb1a66273..d6be4fbc6 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -28,6 +28,11 @@ ) %> + + Address + + + % foreach my $field (qw( signupdate )) { @@ -45,6 +50,14 @@ % } + <% include( '/elements/tr-select-cust_tag.html', + 'cgi' => $cgi, + 'is_report' => 1, + 'multiple' => 1, + 'all_selected' => 1, + ) + %> + <% include( '/elements/tr-select-payby.html', 'payby_type' => 'cust', 'multiple' => 1, @@ -105,13 +118,18 @@ -% if ( $conf->exists('cust_main-require_censustract') ) { - Without census tract +% if ( $conf->exists('enable_taxproducts') ) { + + + With hardcoded tax location + + + % }