[freeside-commits] freeside/FS/FS cust_pkg.pm,1.113,1.114

Ivan,,, ivan at wavetail.420.am
Sat Feb 21 12:56:16 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv16841

Modified Files:
	cust_pkg.pm 
Log Message:
hmm, add no_empty_county option to location_sql search, for tax reports.  RT#4878

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- cust_pkg.pm	21 Feb 2009 20:14:55 -0000	1.113
+++ cust_pkg.pm	21 Feb 2009 20:56:14 -0000	1.114
@@ -2359,7 +2359,7 @@
 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;
 



More information about the freeside-commits mailing list