summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authormark <mark>2010-11-03 00:33:24 +0000
committermark <mark>2010-11-03 00:33:24 +0000
commit942f129f37980d8a2a87be8c3297663ad38298ba (patch)
tree9253eb585901ebd58478f7a7434ed1c4468027cc /httemplate/edit/process
parent588c85777d2890ada13645bb7742e3c7aca4ed73 (diff)
bulk change package type, RT#9947
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/bulk-cust_pkg.cgi9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/process/bulk-cust_pkg.cgi b/httemplate/edit/process/bulk-cust_pkg.cgi
new file mode 100644
index 000000000..ede3ee8cd
--- /dev/null
+++ b/httemplate/edit/process/bulk-cust_pkg.cgi
@@ -0,0 +1,9 @@
+<% $server->process %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+my $server = new FS::UI::Web::JSRPC 'FS::cust_pkg::process_bulk_cust_pkg', $cgi;
+
+</%init>