summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill_pkg.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
-rw-r--r--httemplate/search/cust_bill_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
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;