add ability to search on a date range of invoice events and then reprint or reemail...
[freeside.git] / httemplate / misc / print_invoices.cgi
diff --git a/httemplate/misc/print_invoices.cgi b/httemplate/misc/print_invoices.cgi
new file mode 100644 (file)
index 0000000..c6a7885
--- /dev/null
@@ -0,0 +1,6 @@
+<%
+
+my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reprint';
+$server->process;
+
+%>