X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill_pkg.cgi;h=b150989ce54190f7654fd18f73aed15508f1b379;hb=aeae062630d148cad199305dd601ce33e37714f1;hp=f644dcfd4b7dc302fc293a5b0c46b60ba135ecb3;hpb=332cff350f042ba6f4aa6ca42043d03eb18105fb;p=freeside.git 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;