From 1843cae16850edfbd56440f1fe01a2df89336811 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 21 Feb 2009 20:56:14 +0000 Subject: [PATCH] hmm, add no_empty_county option to location_sql search, for tax reports. RT#4878 --- FS/FS/cust_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0