X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Felements%2Fsvc_devices.html;h=3d4e1bbc5df99c9601a2d39b8c18ad652482f412;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hp=c9f5eda781a3107cf4c9ae8914429a6e274fe80f;hpb=8d6ea7d8fddec3fd471a0e68f297d20e191c6f11;p=freeside.git diff --git a/httemplate/view/elements/svc_devices.html b/httemplate/view/elements/svc_devices.html index c9f5eda78..3d4e1bbc5 100644 --- a/httemplate/view/elements/svc_devices.html +++ b/httemplate/view/elements/svc_devices.html @@ -62,7 +62,10 @@ % if ( $table eq 'phone_device' || $svc_x->isa('FS::device_Common') ) { <% $td %><% $device->part_device->devicename |h %> % } - <% $td %><% $device->mac_addr_pretty %> + <% $td %><% $device->mac_addr_pretty %> +% my $vendor = Net::MAC::Vendor::lookup($device->mac_addr_formatted('U',':')); + (<% $vendor ? $vendor->[0] : '' %>) + <% $td %><% $export_links %> <% $td %>( % unless ( $opt{'no_edit'} ) {