Merge branch 'patch-3' of https://github.com/gjones2/Freeside (fix closing tag)
[freeside.git] / httemplate / view / cust_main / custom_content / svc_hardware.html
1 <& svc_Common.html, $cust_main,
2   'table' => 'svc_hardware',
3   'fields' => [qw( ip_addr hw_addr serial )],
4 &>
5 <%init>
6 my($cust_main) = @_;
7 </%init>