From aeae062630d148cad199305dd601ce33e37714f1 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 27 May 2009 22:13:59 +0000 Subject: 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 --- httemplate/search/cust_bill_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/cust_bill_pkg.cgi') diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index f644dcfd4..b150989ce 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -168,7 +168,7 @@ if ( $cgi->param('out') ) { my %ph = ( 'county' => $_, map { $_ => dbh->quote( $cgi->param($_) ) } - qw( county state country ) + qw( state country ) ); my ( $loc_sql, @param ) = FS::cust_pkg->location_sql; -- cgit v1.2.1