show MAC address vendors
[freeside.git] / httemplate / view / elements / svc_devices.html
index c9f5eda..899e6aa 100644 (file)
@@ -62,7 +62,9 @@
 %         if ( $table eq 'phone_device' || $svc_x->isa('FS::device_Common') ) {
             <% $td %><% $device->part_device->devicename |h %></TD>
 %         }
-          <% $td %><% $device->mac_addr_pretty %></TD>
+          <% $td %><% $device->mac_addr_pretty %>
+                 (<% (Net::MAC::Vendor::lookup($device->mac_addr_formatted('U',':')))->[0] %>)
+          </TD>
           <% $td %><% $export_links %></TD>
           <% $td %>(
 %           unless ( $opt{'no_edit'} ) {