X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fhardware_type.html;h=5660688aad981b0e3c08ab5e64a46d600761b276;hb=f48ffc61601d08024aeff19ecd07d7420fc4e5b3;hp=09a272402d43604d1dc0e2cc2ba79ee53bace8e3;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/httemplate/edit/hardware_type.html b/httemplate/edit/hardware_type.html index 09a272402..5660688aa 100644 --- a/httemplate/edit/hardware_type.html +++ b/httemplate/edit/hardware_type.html @@ -6,6 +6,7 @@ 'typenum' => 'Type number', 'model' => 'Device model', 'classnum' => 'Hardware class', + 'revision' => 'Revision', }, 'viewall_url' => $p.'browse/hardware_class.html', ) @@ -13,7 +14,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types'); my @fields = ( { field => 'classnum', @@ -22,7 +23,8 @@ my @fields = ( disable_empty => 1, name_col => 'classname', }, - 'model', + { field => 'model', size => 50, }, + { field => 'revision', size => 50, }, );