package selector, split by package class, RT#5077
[freeside.git] / httemplate / elements / select-table.html
index 4efbcba..e7baaf5 100644 (file)
@@ -139,7 +139,7 @@ if ( $opt{'records'} ) {
   });
 }
 
-unless (    ! $value
+unless (    $value < 1 # !$value #ignore negatives too
          or ref($value)
          or ! exists( $opt{hashref}->{disabled} ) #??
          or grep { $value == $_->$key() } @records