diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-19 02:29:23 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-19 02:29:23 -0800 |
commit | 8e2372530191ae32938786363885aa4b540e29c7 (patch) | |
tree | bce80235cfbaa36dacbcb6cd4879dc1263a9595c /httemplate/misc/process/part_pkg-import.html | |
parent | 9837c59915b41af2b7f4d348083a70fa549e10b1 (diff) |
import package definitions, RT#32639
Diffstat (limited to 'httemplate/misc/process/part_pkg-import.html')
-rw-r--r-- | httemplate/misc/process/part_pkg-import.html | 10 |
1 files changed, 10 insertions, 0 deletions
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; + +</%init> |