[freeside-commits] freeside/httemplate/search svc_phone.cgi, 1.8, 1.8.2.1

Ivan,,, ivan at wavetail.420.am
Thu Oct 22 01:09:02 PDT 2009


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv1734

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	svc_phone.cgi 
Log Message:
should at least run under pg 8.3 now, need to test & see if the data make sense, RT#5496

Index: svc_phone.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/svc_phone.cgi,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- svc_phone.cgi	15 Sep 2009 20:45:46 -0000	1.8
+++ svc_phone.cgi	22 Oct 2009 08:09:00 -0000	1.8.2.1
@@ -102,7 +102,7 @@
 
       my $f_w =
         " FROM cdr_termination LEFT JOIN cdr USING ( acctid ) ".
-        " WHERE cdr.acctid = svc_phone.phonenum ". # XXX connectone-specific
+        " WHERE cdr.carrierid = CAST(svc_phone.phonenum AS BIGINT) ". # XXX connectone-specific, has to match svc_external.id :/
         $and_date;
 
       push @select,



More information about the freeside-commits mailing list