From 6bc36a712285e9616a00ae38b136d7b8cd6cb58f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sun, 31 May 2015 23:24:52 -0700 Subject: BroadWorks export, phase 1, #25927 --- httemplate/edit/part_device.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/edit/part_device.html') 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, -- cgit v1.2.1