X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=bdeb8e2372d45c17c14b5d94b3da55afb2e50fb1;hb=2c757d7db4cb6a7b9655de13206fcc84fb7ce61f;hp=38b665a5aca03de2e7dd29e0b919999d1e218c04;hpb=386ec52836abbe32ce2fbf575e851a75f6e112f8;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 38b665a5a..bdeb8e237 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,18 +1,35 @@ - - - Tax Report Criteria - - -

Tax Report Criteria

-
- - <%= include( '/elements/tr-select-agent.html' ) %> - <%= include( '/elements/tr-input-beginning_ending.html' ) %> -
- -
- -
- - +<%= include('/elements/header.html', 'Tax Report' ) %> +
+ + + + <%= include( '/elements/tr-select-agent.html' ) %> + + <%= include( '/elements/tr-input-beginning_ending.html' ) %> + + <% my $conf = new FS::Conf; + if ( $conf->exists('enable_taxclasses') ) { + %> + + + + + <% } %> + + <% my @pkg_class = qsearch('pkg_class', {}); + if ( @pkg_class ) { + %> + + + + + <% } %> + +
Show tax classes
Show package classes
+ +
+ +
+ +<%= include('/elements/footer.html') %>