X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fsvc_circuit.html;fp=httemplate%2Fedit%2Fprocess%2Fsvc_circuit.html;h=d28f913296b1c0f9eaa7c7ca12cef775ef8d1a7c;hb=1af8ff7f48f7259fc99f090c301c84b9680fdb4d;hp=0000000000000000000000000000000000000000;hpb=0f0bc1ef7aafc6b3869c0f71ee2528c1c9897ce6;p=freeside.git diff --git a/httemplate/edit/process/svc_circuit.html b/httemplate/edit/process/svc_circuit.html new file mode 100644 index 000000000..d28f91329 --- /dev/null +++ b/httemplate/edit/process/svc_circuit.html @@ -0,0 +1,11 @@ +<& elements/svc_Common.html, + table => 'svc_circuit', + edit_ext => 'html', + redirect => popurl(3)."view/svc_circuit.html?", +&> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific? + +