From: ivan Date: Wed, 27 May 2009 22:15:57 +0000 (+0000) Subject: maybe this willf inally fix total line links on tax report when using report_group... X-Git-Tag: root_of_svc_elec_features~1168 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=a3e7369d590a6378742f5e561db9674fbed14886 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 --- diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index b150989ce..188ddc067 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -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 ) );