X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=672117499f916f2e2cfbf89a68162db580f4545a;hb=67b83de99e43283a745ce5b0aa5da84b6d2643a8;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..672117499 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,13 @@ % } + <% include( '/elements/tr-select-cust_tag.html', + 'cgi' => $cgi, + 'is_report' => 1, + 'multiple' => 1, + ) + %> + <% include( '/elements/tr-select-payby.html', 'payby_type' => 'cust', 'multiple' => 1, @@ -105,13 +117,18 @@ -% if ( $conf->exists('cust_main-require_censustract') ) { - Without census tract +% if ( $conf->exists('enable_taxproducts') ) { + + + With hardcoded tax location + + + % }