[freeside-commits] freeside/httemplate/search report_receivables.cgi, 1.38, 1.39

Ivan,,, ivan at wavetail.420.am
Mon Oct 29 05:03:08 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv26809

Modified Files:
	report_receivables.cgi 
Log Message:
famous last mysql bug

Index: report_receivables.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_receivables.cgi,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- report_receivables.cgi	28 Oct 2007 03:55:27 -0000	1.38
+++ report_receivables.cgi	29 Oct 2007 12:03:06 -0000	1.39
@@ -82,7 +82,7 @@
 
   #handle start and end ranges
 
-  my $str2time = str2time;
+  my $str2time = str2time_sql;
 
   #24h * 60m * 60s
   push @where, "cust_bill._date <= $str2time now() ) - ". ($start * 86400)



More information about the freeside-commits mailing list