summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-31 23:24:52 -0700
committerMark Wells <mark@freeside.biz>2015-07-22 13:46:50 -0700
commita3fc8a9a062757f2c288a36eece7367e8f653e5f (patch)
tree9a0cdb50ebba923aa28f6cf878de75359e91d37f /httemplate/browse
parent7afee164c56224236a4e98b99125869e17b18132 (diff)
BroadWorks export, phase 1, #25927
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/part_device.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/browse/part_device.html b/httemplate/browse/part_device.html
index 69387dd16..12c19ed90 100644
--- a/httemplate/browse/part_device.html
+++ b/httemplate/browse/part_device.html
@@ -8,7 +8,10 @@
],
'query' => { 'table' => 'part_device', },
'count_query' => 'SELECT COUNT(*) FROM part_device',
- 'header' => [ '#', 'Device type', 'Inventory Class', ],
+ 'header' => [ '#',
+ 'Device type',
+ 'Inventory Class',
+ 'External name', ],
'fields' => [ 'devicepart',
'devicename',
sub {
@@ -18,10 +21,12 @@
if $inventory_class;
'';
},
+ 'title',
],
'links' => [ $link,
$link,
'',
+ '',
],
)
%>