From 6ac45d15e85b10e3d63645c26a0a2acbad103df1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 18 Jan 2014 19:13:14 -0800 Subject: FS/FS/pbx_extension.pm --- httemplate/edit/process/svc_pbx.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 httemplate/edit/process/svc_pbx.html (limited to 'httemplate/edit/process') 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? + + -- cgit v1.2.1