[freeside-commits] freeside/FS/FS cust_pkg.pm,1.209,1.210

Ivan,,, ivan at wavetail.420.am
Wed Aug 17 18:15:43 PDT 2011


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

Modified Files:
	cust_pkg.pm 
Log Message:
multiple state links in FCC report, RT#13922

Index: cust_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pkg.pm,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -w -d -r1.209 -r1.210
--- cust_pkg.pm	18 Aug 2011 00:33:33 -0000	1.209
+++ cust_pkg.pm	18 Aug 2011 01:15:41 -0000	1.210
@@ -3042,6 +3042,18 @@
   }
 
   ###
+  # parse censustract2
+  ###
+  if ( exists($params->{'censustract2'}) =~ /^(\d*)$/ ) {
+    if ($1) {
+      push @where, "cust_main.censustract LIKE '$1%'";
+    } else {
+      push @where,
+        "( cust_main.censustract = '' OR cust_main.censustract IS NULL )";
+    }
+  }
+
+  ###
   # parse part_pkg
   ###
 



More information about the freeside-commits mailing list