X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fsvc_pbx.html;fp=httemplate%2Fedit%2Fprocess%2Fsvc_pbx.html;h=15023a4b945ca94b7bb05a1e6b97de0f177a4e20;hb=6ac45d15e85b10e3d63645c26a0a2acbad103df1;hp=0000000000000000000000000000000000000000;hpb=5fbd483ef56737fad894f18ec311a817c40054f0;p=freeside.git diff --git a/httemplate/edit/process/svc_pbx.html b/httemplate/edit/process/svc_pbx.html new file mode 100644 index 000000000..15023a4b9 --- /dev/null +++ b/httemplate/edit/process/svc_pbx.html @@ -0,0 +1,13 @@ +<& elements/svc_Common.html, + table => 'svc_pbx', + edit_ext => 'html', + process_o2m => { table => 'pbx_extension', + fields => [qw( extension pin sip_password phone_name )], + }, +&> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific? + +