diff options
author | mark <mark> | 2010-06-08 22:25:01 +0000 |
---|---|---|
committer | mark <mark> | 2010-06-08 22:25:01 +0000 |
commit | b7dbecfb82aea90a4289089927d0b17436b2ed5a (patch) | |
tree | 8f22377f952d54aba7efcde11a2cd3f2e8a8cf40 /httemplate/misc/process | |
parent | 3d0320979331ac4b68fc07fd4203d74c1b05aff4 (diff) |
RT#947: batch download of invoice PDFs
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/bill_batch-print.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/httemplate/misc/process/bill_batch-print.html b/httemplate/misc/process/bill_batch-print.html new file mode 100644 index 000000000..54d639eeb --- /dev/null +++ b/httemplate/misc/process/bill_batch-print.html @@ -0,0 +1,5 @@ +% die "access denied" +% unless $FS::CurrentUser::CurrentUser->access_right('View invoices'); +% my $server = FS::UI::Web::JSRPC->new('FS::bill_batch::process_print_pdf', $cgi); +<% $server->process %> +<%init></%init> |