From 0402f78ff052d950bc9fd4e4845b7d81d2196c47 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 9 Jun 2005 22:40:10 +0000 Subject: advanced invoice serach, groundwork to add reprint/fax/email links to invoice search results --- httemplate/misc/email_invoice_events.cgi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 httemplate/misc/email_invoice_events.cgi (limited to '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 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; + +%> -- cgit v1.2.1