maybe this willf inally fix total line links on tax report when using report_group...
authorivan <ivan>
Wed, 27 May 2009 22:15:57 +0000 (22:15 +0000)
committerivan <ivan>
Wed, 27 May 2009 22:15:57 +0000 (22:15 +0000)
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 )
                    );