maybe this willf inally fix total line links on tax report when using report_group...
[freeside.git] / httemplate / search / cust_bill_pkg.cgi
index b150989..188ddc0 100644 (file)
@@ -166,7 +166,7 @@ if ( $cgi->param('out') ) {
     my $locs_sql =
       ' ( '. join(' OR ', map {
 
-          my %ph = ( 'county' => $_,
+          my %ph = ( 'county' => dbh->quote($_),
                      map { $_ => dbh->quote( $cgi->param($_) ) }
                        qw( state country )
                    );