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