this would seem to be right, but...?
authorivan <ivan>
Sun, 22 Feb 2009 10:34:26 +0000 (10:34 +0000)
committerivan <ivan>
Sun, 22 Feb 2009 10:34:26 +0000 (10:34 +0000)
FS/FS/cust_pkg.pm

index c671163..dd6db1b 100644 (file)
@@ -2424,6 +2424,8 @@ sub _location_sql_where {
   my $prefix = @_ ? shift : '';
   my $ornull = @_ ? shift : '';
 
+#  $ornull             = $ornull          ? " OR ( ? IS NULL AND $table.${prefix}county IS NULL ) " : '';
+
   $ornull = $ornull ? ' OR ? IS NULL ' : '';
 
   my $or_empty_county = " OR ( ? = '' AND $table.${prefix}county IS NULL ) ";