<rjbs> More of the same: these patches make it safer to subclass FS::part_pkg's pkg_s...
[freeside.git] / httemplate / misc / print_invoice_events.cgi
1 <%
2
3 my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reprint';
4 $server->process;
5
6 %>