X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fprocess%2Fpart_pkg-import.html;fp=httemplate%2Fmisc%2Fprocess%2Fpart_pkg-import.html;h=f951a21c383b0d1bd47b447e715b19a7c2f4f6a4;hp=0000000000000000000000000000000000000000;hb=8e2372530191ae32938786363885aa4b540e29c7;hpb=9837c59915b41af2b7f4d348083a70fa549e10b1 diff --git a/httemplate/misc/process/part_pkg-import.html b/httemplate/misc/process/part_pkg-import.html new file mode 100644 index 000000000..f951a21c3 --- /dev/null +++ b/httemplate/misc/process/part_pkg-import.html @@ -0,0 +1,10 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Import'); + +my $server = + new FS::UI::Web::JSRPC 'FS::part_pkg::Import::process_batch_import', $cgi; + +