X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fbulk-cust_svc.html;h=09725966f82ed1bad6a21426c0a7e0dc126b71eb;hp=f2efc3ff9e56377b1868165b8dbc4f58608be553;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0 diff --git a/httemplate/edit/bulk-cust_svc.html b/httemplate/edit/bulk-cust_svc.html index f2efc3ff9..09725966f 100644 --- a/httemplate/edit/bulk-cust_svc.html +++ b/httemplate/edit/bulk-cust_svc.html @@ -1,17 +1,10 @@ -<% include("/elements/header.html", 'Bulk customer service change', - menubar( - 'Main Menu' => $p, - ), - ) -%> +<% include('/elements/header.html', 'Bulk customer service change') %> - - - +<% include('/elements/init_overlib.html') %> <% include('/elements/progress-init.html', 'OneTrueForm', - [qw( old_svcpart new_svcpart pkgpart )], + [qw( old_svcpart new_svcpart pkgpart noexport )], 'process/bulk-cust_svc.cgi', $p.'browse/part_svc.cgi', ) @@ -81,19 +74,24 @@ to new service definition
-
+ Disable exports (provisioning) of changes +

+ - - +<% include('/elements/footer.html') %> +<%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +