default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / browse / part_device.html
index 69387dd..12c19ed 100644 (file)
@@ -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 {
                                            if $inventory_class;
                                        '';
                                    },
+                                    'title',
                                   ],
                  'links'       => [ $link,
                                     $link,
                                    '',
+                                    '',
                                   ],
              )
 %>