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