[freeside-commits] freeside/httemplate/edit/process bulk-cust_pkg.cgi, NONE, 1.1
Mark Wells
mark at wavetail.420.am
Tue Nov 2 17:33:26 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail.420.am:/tmp/cvs-serv6447/httemplate/edit/process
Added Files:
bulk-cust_pkg.cgi
Log Message:
bulk change package type, RT#9947
--- NEW FILE: bulk-cust_pkg.cgi ---
<% $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>
More information about the freeside-commits
mailing list