diff options
author | Mark Wells <mark@freeside.biz> | 2015-05-31 23:24:52 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-07-22 13:46:50 -0700 |
commit | a3fc8a9a062757f2c288a36eece7367e8f653e5f (patch) | |
tree | 9a0cdb50ebba923aa28f6cf878de75359e91d37f /httemplate/edit | |
parent | 7afee164c56224236a4e98b99125869e17b18132 (diff) |
BroadWorks export, phase 1, #25927
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/part_device.html | 2 |
1 files changed, 2 insertions, 0 deletions
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, |