summaryrefslogtreecommitdiff
path: root/httemplate/search/report_tax.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2002-03-05 23:13:24 +0000
committerjeff <jeff>2002-03-05 23:13:24 +0000
commit6c2f4c44fc083bde9dd055bd4db51e65fa377379 (patch)
tree69e7bdd86ad1b37bc9f3666f72072b9ad67dd531 /httemplate/search/report_tax.cgi
parentf9734784e69f0a24e25fdeb6554d6563577e9296 (diff)
consistency is nice
Diffstat (limited to 'httemplate/search/report_tax.cgi')
-rwxr-xr-xhttemplate/search/report_tax.cgi2
1 files changed, 1 insertions, 1 deletions
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 '<PRE>';
while(<REPORT>) {