X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fhardware_status.pm;h=d4edcb1a681bad8d0753af8ebe29344b634910b7;hb=6a509099343ed155525c4304f1ad742cc6e4ce59;hp=4836fc5cb42ffb2be7cf2ae2d52c983febddb4c1;hpb=b65b8096089410001dfbcd35f9a56f9405b9f5f1;p=freeside.git diff --git a/FS/FS/hardware_status.pm b/FS/FS/hardware_status.pm index 4836fc5cb..d4edcb1a6 100644 --- a/FS/FS/hardware_status.pm +++ b/FS/FS/hardware_status.pm @@ -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;