[freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.22, 1.23

Ivan,,, ivan at wavetail.420.am
Wed May 27 15:15:59 PDT 2009


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

Modified Files:
	cust_bill_pkg.cgi 
Log Message:
maybe this willf inally fix total line links on tax report when using report_group kludge? (still possibly not in all corner cases), RT#5446

Index: cust_bill_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_pkg.cgi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cust_bill_pkg.cgi	27 May 2009 22:13:59 -0000	1.22
+++ cust_bill_pkg.cgi	27 May 2009 22:15:57 -0000	1.23
@@ -166,7 +166,7 @@
     my $locs_sql =
       ' ( '. join(' OR ', map {
 
-          my %ph = ( 'county' => $_,
+          my %ph = ( 'county' => dbh->quote($_),
                      map { $_ => dbh->quote( $cgi->param($_) ) }
                        qw( state country )
                    );



More information about the freeside-commits mailing list