maybe this willf inally fix total line links on tax report when using report_group...
[freeside.git] / httemplate / search / cust_bill_pkg.cgi
index f644dcf..b150989 100644 (file)
@@ -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;