summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-10-29 12:03:36 +0000
committerivan <ivan>2007-10-29 12:03:36 +0000
commit1e4f6b652cf68000c11d7defbb92bbc5a6acd057 (patch)
treebdc7481228c6ea9599152867eb1ae59bcd7bbe8b
parentb327a081e5f6223cf4c46e93a959cc7bbc81710a (diff)
famous last mysql bug
-rwxr-xr-xhttemplate/search/report_receivables.cgi2
1 files changed, 1 insertions, 1 deletions
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)