diff options
author | ivan <ivan> | 2005-06-09 22:40:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-09 22:40:10 +0000 |
commit | 0402f78ff052d950bc9fd4e4845b7d81d2196c47 (patch) | |
tree | 19bc13239867838c92548dfce076063f66cd7dd5 /httemplate/misc/fax_invoices.cgi | |
parent | 9788b10d423bb3e4c16989b08bcce6f1a78f3d89 (diff) |
advanced invoice serach, groundwork to add reprint/fax/email links to invoice search results
Diffstat (limited to 'httemplate/misc/fax_invoices.cgi')
-rw-r--r-- | httemplate/misc/fax_invoices.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/fax_invoices.cgi b/httemplate/misc/fax_invoices.cgi index a8ded0550..f16ba8b5e 100644 --- a/httemplate/misc/fax_invoices.cgi +++ b/httemplate/misc/fax_invoices.cgi @@ -1,6 +1,6 @@ <% -my $server = new FS::UI::Web::JSRPC 'FS::cust_bill_event::process_refax'; +my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_refax'; $server->process; %> |