summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/custom_content/svc_hardware.html
blob: f5d53a251b359665cef12315c260f16af5ab7c57 (plain)
1
2
3
4
5
6
7
<& svc_Common.html, $cust_main,
  'table' => 'svc_hardware',
  'fields' => [qw( ip_addr hw_addr serial )],
&>
<%init>
my($cust_main) = @_;
</%init>