From: ivan Date: Mon, 29 Oct 2007 12:03:36 +0000 (+0000) Subject: famous last mysql bug X-Git-Tag: freeside_1_7_3rc1~290 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1e4f6b652cf68000c11d7defbb92bbc5a6acd057;p=freeside.git famous last mysql bug --- diff --git a/httemplate/search/report_receivables.cgi b/httemplate/search/report_receivables.cgi index 90221f652..a944c6e67 100755 --- a/httemplate/search/report_receivables.cgi +++ b/httemplate/search/report_receivables.cgi @@ -92,7 +92,7 @@ sub owed { #handle start and end ranges - my $str2time = str2time; + my $str2time = str2time_sql; #24h * 60m * 60s push @where, "cust_bill._date <= $str2time now() ) - ". ($start * 86400)