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

Tax Report Criteria

-
- - - - <%= 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/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') %>