[freeside-commits] freeside/httemplate/search cdr.html,1.20,1.21

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jun 9 21:26:38 PDT 2010


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

Modified Files:
	cdr.html 
Log Message:
correcting a wild misspelling?

Index: cdr.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cdr.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -w -d -r1.20 -r1.21
--- cdr.html	3 Dec 2009 07:18:24 -0000	1.20
+++ cdr.html	10 Jun 2010 04:26:35 -0000	1.21
@@ -126,7 +126,7 @@
     $search =
       "NOT EXISTS ( SELECT 1 FROM cdr_termination WHERE $where_term )";
 
-  } elsif ( $cgi->param('freesidestatus') =~ /^([\w ]+)$/ ) {
+  } elsif ( $status =~ /^([\w ]+)$/ ) {
 
     #false lazienss w/cdr_termination.pm (i should be a part_termination method)
     my $where_term =



More information about the freeside-commits mailing list