fix 477 reporting w/multiple classnums, RT#13922
[freeside.git] / FS / FS / cust_pkg.pm
index 468e0eb..44c103f 100644 (file)
@@ -3044,7 +3044,10 @@ sub search {
   ###
   # parse censustract2
   ###
-  if ( exists($params->{'censustract2'}) =~ /^(\d*)$/ ) {
+  if ( exists($params->{'censustract2'})
+       && $params->{'censustract2'} =~ /^(\d*)$/
+     )
+  {
     if ($1) {
       push @where, "cust_main.censustract LIKE '$1%'";
     } else {