X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.cgi;h=ac76fad6e7ad50c2add0f8cb6a34a41cda96cb97;hp=79aa65c9a55fa3b47a44d2828b1e8c158b27ce6c;hb=6c2f4c44fc083bde9dd055bd4db51e65fa377379;hpb=f9734784e69f0a24e25fdeb6554d6563577e9296 diff --git a/httemplate/search/report_tax.cgi b/httemplate/search/report_tax.cgi index 79aa65c9a..ac76fad6e 100755 --- a/httemplate/search/report_tax.cgi +++ b/httemplate/search/report_tax.cgi @@ -11,7 +11,7 @@ my $ending = $1; print header('Tax Report Results'); -open (REPORT, "freeside-tax-report -v -s $beginning -d $ending $user |"); +open (REPORT, "freeside-tax-report -v -s $beginning -f $ending $user |"); print '
';
 while() {