diff options
author | Mark Wells <mark@freeside.biz> | 2015-05-31 23:24:52 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-05-31 23:24:52 -0700 |
commit | 6bc36a712285e9616a00ae38b136d7b8cd6cb58f (patch) | |
tree | dd1b6d580ef4c28ac634766acfd5e690388b7c77 /httemplate/browse/part_device.html | |
parent | 09589754a8926ef064ea1d3d474a0fc3a8590101 (diff) |
BroadWorks export, phase 1, #25927
Diffstat (limited to 'httemplate/browse/part_device.html')
-rw-r--r-- | httemplate/browse/part_device.html | 7 |
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, '', + '', ], ) %> |