summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/custom_content/svc_hardware.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/custom_content/svc_hardware.html')
-rw-r--r--httemplate/view/cust_main/custom_content/svc_hardware.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/custom_content/svc_hardware.html b/httemplate/view/cust_main/custom_content/svc_hardware.html
new file mode 100644
index 000000000..f5d53a251
--- /dev/null
+++ b/httemplate/view/cust_main/custom_content/svc_hardware.html
@@ -0,0 +1,7 @@
+<& svc_Common.html, $cust_main,
+ 'table' => 'svc_hardware',
+ 'fields' => [qw( ip_addr hw_addr serial )],
+&>
+<%init>
+my($cust_main) = @_;
+</%init>