summaryrefslogtreecommitdiff
path: root/httemplate/misc/print_invoices.cgi
blob: d7b271c379b66ecfd7b28f7e4f0767007b27f272 (plain)
1
2
3
4
5
6
<%

my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reprint';
$server->process;

%>