diff options
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/report_newtax.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/report_newtax.cgi b/httemplate/search/report_newtax.cgi index 4ec3f4da4..ade33c75b 100755 --- a/httemplate/search/report_newtax.cgi +++ b/httemplate/search/report_newtax.cgi @@ -64,6 +64,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); +#shit, all sorts of false laxiness w/tax_rate::geneate_liability_report + my $conf = new FS::Conf; my $money_char = $conf->config('money_char') || '$'; |