X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fpart_device.html;h=12c19ed90a7b89438cbaf383a94cfad3e2c5b7d4;hb=0bca43616911f2b48d9a0617e70a3bf0f30b92db;hp=69387dd16092bd39ac7dd5da9a67c6627a4a555b;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git 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, '', + '', ], ) %>