X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fhardware_type.pm;h=844ea13a81b0df1f386c28e43fe5f671312440f6;hp=615c314b0790373bbc6eeca2b9ceaf398286c7a4;hb=HEAD;hpb=32072dbf59a054529f5304574c0f56f9567d14d0 diff --git a/FS/FS/hardware_type.pm b/FS/FS/hardware_type.pm index 615c314b0..844ea13a8 100644 --- a/FS/FS/hardware_type.pm +++ b/FS/FS/hardware_type.pm @@ -25,7 +25,7 @@ FS::hardware_type - Object methods for hardware_type records =head1 DESCRIPTION An FS::hardware_type object represents a device type (a model name or -number) assignable as a hardware service (L). +number) assignable as a hardware service (L). FS::hardware_type inherits from FS::Record. The following fields are currently supported: @@ -40,6 +40,8 @@ to which this device type belongs. =item revision - revision name/number, subordinate to model +=item title - external ID + =back =head1 METHODS @@ -104,6 +106,7 @@ sub check { || $self->ut_foreign_key('classnum', 'hardware_class', 'classnum') || $self->ut_text('model') || $self->ut_textn('revision') + || $self->ut_textn('title') ; return $error if $error;