summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_circuit.html
blob: d28f913296b1c0f9eaa7c7ca12cef775ef8d1a7c (plain)
1
2
3
4
5
6
7
8
9
10
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?

</%init>