freeside/FS/FS/ClientAPI MyAccount.pm,1.34,1.35

Kristian Hoffmann khoff at pouncequick.420.am
Mon Mar 21 14:14:10 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory pouncequick:/tmp/cvs-serv1286/FS/FS/ClientAPI

Modified Files:
	MyAccount.pm 
Log Message:
Added support for FAX invoice destinations using a HylaFAX server.
Faxing plain text invoices is not supported.


Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- MyAccount.pm	8 Feb 2005 20:22:46 -0000	1.34
+++ MyAccount.pm	21 Mar 2005 22:13:37 -0000	1.35
@@ -131,7 +131,7 @@
     }
 
     $return{'invoicing_list'} =
-      join(', ', grep { $_ ne 'POST' } $cust_main->invoicing_list );
+      join(', ', grep { $_ !~ /^(POST|FAX)$/ } $cust_main->invoicing_list );
     $return{'postal_invoicing'} =
       0 < ( grep { $_ eq 'POST' } $cust_main->invoicing_list );
 




More information about the freeside-commits mailing list