FCC form 477 reporting #4912
[freeside.git] / FS / FS / cust_main.pm
index 3f23346..e5f289c 100644 (file)
@@ -7573,6 +7573,13 @@ sub search_sql {
     unless $params->{'cancelled_pkgs'};
 
   ##
+  # parse without census tract checkbox
+  ##
+
+  push @where, "(censustract = '' or censustract is null)"
+    if $params->{'no_censustract'};
+
+  ##
   # dates
   ##