diff options
author | ivan <ivan> | 2009-05-27 22:15:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-27 22:15:57 +0000 |
commit | a3e7369d590a6378742f5e561db9674fbed14886 (patch) | |
tree | c0566b3242dafea48c04791790c2cec5b1944f32 /httemplate | |
parent | aeae062630d148cad199305dd601ce33e37714f1 (diff) |
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
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ); |