summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoice_events.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/email_invoice_events.cgi')
-rw-r--r--httemplate/misc/email_invoice_events.cgi6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/misc/email_invoice_events.cgi b/httemplate/misc/email_invoice_events.cgi
new file mode 100644
index 000000000..12d58d608
--- /dev/null
+++ b/httemplate/misc/email_invoice_events.cgi
@@ -0,0 +1,6 @@
+<%
+
+my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_reemail';
+$server->process;
+
+%>