summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-09-10 01:34:06 -0700
committerIvan Kohler <ivan@freeside.biz>2013-09-10 01:34:06 -0700
commit0bc2c0d9db4c16f2dbd1e89d2a685914db6454b8 (patch)
treec0b1b2d97b0e42cc44112e51f3562511c9f7673c /httemplate/edit/process
parent99b652023e643e4f33b72f238cca65fd9f3394b3 (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')
-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>