X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=6e78d354a07fc2fb54371ca5056c308333f36870;hp=bdeb8e2372d45c17c14b5d94b3da55afb2e50fb1;hb=3ce7691203a7737406bf2d4442f7fd84b81f847e;hpb=15e561850b61b10a92a46d8f3e316d53d4970087 diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index bdeb8e237..6e78d354a 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,30 +1,31 @@ -<%= include('/elements/header.html', 'Tax Report' ) %> +<% include('/elements/header.html', 'Tax Report' ) %>
- <%= include( '/elements/tr-select-agent.html' ) %> + <% include( '/elements/tr-select-agent.html' ) %> - <%= include( '/elements/tr-input-beginning_ending.html' ) %> + <% include( '/elements/tr-input-beginning_ending.html' ) %> +% my $conf = new FS::Conf; +% if ( $conf->exists('enable_taxclasses') ) { +% - <% my $conf = new FS::Conf; - if ( $conf->exists('enable_taxclasses') ) { - %> - <% } %> +% } +% my @pkg_class = qsearch('pkg_class', {}); +% if ( @pkg_class ) { +% - <% my @pkg_class = qsearch('pkg_class', {}); - if ( @pkg_class ) { - %> - <% } %> +% } +
Show tax classes
Show package classes
@@ -32,4 +33,4 @@
-<%= include('/elements/footer.html') %> +<% include('/elements/footer.html') %>