X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;fp=httemplate%2Fsearch%2Freport_tax.html;h=7a8ecd4f0c0a84962e4e1e0f285c483c36364e96;hb=b782294eb91805f708a7776fe67f1c0863f4096b;hp=eeaccc1ab87ab68feaf26997327f550f229e51a0;hpb=cbbd0225b07269209c674733bcf70f1c1308e84a;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index eeaccc1ab..7a8ecd4f0 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -5,18 +5,36 @@

Tax Report Criteria

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