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