ACL for hardware class config, RT#85057
[freeside.git] / FS / FS / hardware_status.pm
index 4836fc5..d4edcb1 100644 (file)
@@ -35,6 +35,7 @@ are currently supported:
 
 =item label - descriptive label
 
+=item disabled - 'Y' to disable
 
 =back
 
@@ -98,6 +99,7 @@ sub check {
   my $error = 
     $self->ut_numbern('statusnum')
     || $self->ut_text('label')
+    || $self->ut_enum('disabled', [ '', 'Y' ])
   ;
   return $error if $error;