add customer fields option with agent, display_custnum, status and name, RT#73721
[freeside.git] / FS / FS / svc_video.pm
index a6ff136..6db27c7 100644 (file)
@@ -1,5 +1,5 @@
 package FS::svc_video;
-use base qw( FS::svc_MAC_Mixin FS::svc_Common );
+use base qw( FS::MAC_Mixin FS::svc_Common );
 
 use strict;
 use Tie::IxHash;
@@ -92,7 +92,7 @@ sub table_info {
                           type           => 'input-mac_addr',
                           value_callback => sub {
                                              my $svc = shift;
-                                             join(':', $svc->mac_addr =~ /../g);
+                                             $svc->mac_addr_formatted('U',':');
                                             },
                         },
     'duration'       => { label     => 'Duration (days)',