diff options
Diffstat (limited to 'httemplate/search/report_cc.cgi')
| -rwxr-xr-x | httemplate/search/report_cc.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cc.cgi b/httemplate/search/report_cc.cgi index 991c00831..f1c3c962c 100755 --- a/httemplate/search/report_cc.cgi +++ b/httemplate/search/report_cc.cgi @@ -21,7 +21,7 @@ $ending = $1; print $cgi->header( '-expires' => '-2m' ), header('Credit Card Recipt Report Results'); -open (REPORT, "/usr/bin/freeside-cc-receipts-report -v -s $beginning -d $ending $user |"); +open (REPORT, "freeside-cc-receipts-report -v -s $beginning -d $ending $user |"); print '<PRE>'; while(<REPORT>) { |
