summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cable_model.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-10 01:34:03 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-10 01:34:03 -0700
commitdcfdfa382ec3e357f1cd3c822fd5e658b0746f85 (patch)
tree2466faf950fa2a87490bcf904bd7b72bfac4802d /httemplate/edit/process/cable_model.html
parenta5dce53ac50026bc6caef192100162f1d86a863f (diff)
svc_cable service have a single serial / MAC / model, not one-to-many devices like svc_phone and svc_dsl, RT#22009
Diffstat (limited to 'httemplate/edit/process/cable_model.html')
-rw-r--r--httemplate/edit/process/cable_model.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/process/cable_model.html b/httemplate/edit/process/cable_model.html
new file mode 100644
index 000000000..072df02c4
--- /dev/null
+++ b/httemplate/edit/process/cable_model.html
@@ -0,0 +1,10 @@
+<& elements/process.html,
+ 'table' => 'cable_model',
+ 'viewall_dir' => 'browse',
+&>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>