hmm, add no_empty_county option to location_sql search, for tax reports. RT#4878
authorivan <ivan>
Sat, 21 Feb 2009 20:56:14 +0000 (20:56 +0000)
committerivan <ivan>
Sat, 21 Feb 2009 20:56:14 +0000 (20:56 +0000)
FS/FS/cust_pkg.pm

index 203a269..6bb4e82 100644 (file)
@@ -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;