advanced invoice serach, groundwork to add reprint/fax/email links to invoice search...
[freeside.git] / httemplate / misc / email_invoice_events.cgi
diff --git a/httemplate/misc/email_invoice_events.cgi b/httemplate/misc/email_invoice_events.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;
+
+%>