add customer fields option with agent, display_custnum, status and name, RT#73721
[freeside.git] / FS / FS / svc_video.pm
index 999b87c..6db27c7 100644 (file)
@@ -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)',