diff options
author | jeff <jeff> | 2002-03-05 23:13:24 +0000 |
---|---|---|
committer | jeff <jeff> | 2002-03-05 23:13:24 +0000 |
commit | 6c2f4c44fc083bde9dd055bd4db51e65fa377379 (patch) | |
tree | 69e7bdd86ad1b37bc9f3666f72072b9ad67dd531 /httemplate | |
parent | f9734784e69f0a24e25fdeb6554d6563577e9296 (diff) |
consistency is nice
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/report_cc.cgi | 2 | ||||
-rwxr-xr-x | httemplate/search/report_credit.cgi | 2 | ||||
-rwxr-xr-x | httemplate/search/report_tax.cgi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/report_cc.cgi b/httemplate/search/report_cc.cgi index 128565fce..c2ab726b6 100755 --- a/httemplate/search/report_cc.cgi +++ b/httemplate/search/report_cc.cgi @@ -11,7 +11,7 @@ my $ending = $1; print header('Credit Card Recipt Report Results'); -open (REPORT, "freeside-cc-receipts-report -v -s $beginning -d $ending $user |"); +open (REPORT, "freeside-cc-receipts-report -v -s $beginning -f $ending $user |"); print '<PRE>'; while(<REPORT>) { diff --git a/httemplate/search/report_credit.cgi b/httemplate/search/report_credit.cgi index fac6c8d0f..2adafc06e 100755 --- a/httemplate/search/report_credit.cgi +++ b/httemplate/search/report_credit.cgi @@ -11,7 +11,7 @@ my $ending = $1; print header('In House Credit Report Results'); -open (REPORT, "freeside-credit-report -v -s $beginning -d $ending $user |"); +open (REPORT, "freeside-credit-report -v -s $beginning -f $ending $user |"); print '<PRE>'; while(<REPORT>) { 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>) { |