X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_hardware.cgi;h=7f5e889d806f79d0059117f61fe569af6a3167e5;hb=69bf020f03918910e0e34260d6e5a9d984f0414d;hp=725358cad5bd08b91633a1803133a68424d8a7d9;hpb=adfd95afc1d6f91b30711d24bdcbbe1f8dde3bad;p=freeside.git diff --git a/httemplate/view/svc_hardware.cgi b/httemplate/view/svc_hardware.cgi index 725358cad..7f5e889d8 100644 --- a/httemplate/view/svc_hardware.cgi +++ b/httemplate/view/svc_hardware.cgi @@ -25,19 +25,11 @@ my $note = { field => 'note', type => 'text', value => sub { encode_entities($_[0]->note) } }; -my $hw_addr ={ field => 'hw_addr', - type => 'text', - value => sub { - my $hw_addr = $_[0]->hw_addr; - $conf->exists('svc_hardware-check_mac_addr') ? - join(':', $hw_addr =~ /../g) : $hw_addr - }, - }; my @fields = ( $model, 'serial', - $hw_addr, + 'display_hw_addr', 'ip_addr', 'smartcard', $status,