X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_device.html;h=75e6b0aa5dfc9fe770908832e9370ced611b6db1;hb=2009d9cee8038aeff5b4313113fc23f546455cf5;hp=1317c8d1c2823706402fa882757fe3dde68a3cca;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/httemplate/edit/part_device.html b/httemplate/edit/part_device.html index 1317c8d1c..75e6b0aa5 100644 --- a/httemplate/edit/part_device.html +++ b/httemplate/edit/part_device.html @@ -5,6 +5,7 @@ 'devicepart' => 'Part number', 'devicename' => 'Device name', 'inventory_classnum' => 'Inventory class', + 'title' => 'External name', }, 'fields' => \@fields, 'viewall_dir' => 'browse', @@ -34,6 +35,7 @@ foreach my $inventory_class ( @inventory_classes ) { my @fields; push @fields, 'devicename', + 'title', { field => 'inventory_classnum', type => 'select', options => \@inventory_classnums,