merging RT 4.0.6
[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>