From b7dbecfb82aea90a4289089927d0b17436b2ed5a Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 8 Jun 2010 22:25:01 +0000 Subject: RT#947: batch download of invoice PDFs --- httemplate/misc/process/bill_batch-print.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 httemplate/misc/process/bill_batch-print.html (limited to 'httemplate/misc/process/bill_batch-print.html') 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> -- cgit v1.2.1