summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_device.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-31 23:24:52 -0700
committerMark Wells <mark@freeside.biz>2015-05-31 23:24:52 -0700
commit6bc36a712285e9616a00ae38b136d7b8cd6cb58f (patch)
treedd1b6d580ef4c28ac634766acfd5e690388b7c77 /httemplate/edit/part_device.html
parent09589754a8926ef064ea1d3d474a0fc3a8590101 (diff)
BroadWorks export, phase 1, #25927
Diffstat (limited to 'httemplate/edit/part_device.html')
-rw-r--r--httemplate/edit/part_device.html2
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,