freeside/htetc handler.pl,1.54,1.55
Kristian Hoffmann
khoff at pouncequick.420.am
Mon Mar 21 14:13:40 PST 2005
Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv1286/htetc
Modified Files:
handler.pl
Log Message:
Added support for FAX invoice destinations using a HylaFAX server.
Faxing plain text invoices is not supported.
Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- handler.pl 12 Mar 2005 14:31:53 -0000 1.54
+++ handler.pl 21 Mar 2005 22:13:37 -0000 1.55
@@ -118,7 +118,7 @@
small_custview myexit http_header);
use FS::UI::Web;
use FS::Msgcat qw(gettext geterror);
- use FS::Misc qw( send_email );
+ use FS::Misc qw( send_email send_fax );
use FS::Report::Table::Monthly;
use FS::TicketSystem;
More information about the freeside-commits
mailing list