diff options
| -rw-r--r-- | FS/FS/cust_pkg.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 203a26901..6bb4e8276 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -2359,7 +2359,7 @@ substitute for the placeholders in that fragment.  sub location_sql {    my($class, %opt) = @_;    my $ornull = $opt{'ornull'}; -  my $nec    = $opt{'noempty_county'}; +  my $nec    = $opt{'no_empty_county'};    my $conf = new FS::Conf; | 
