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
- Previous message: freeside/httemplate/view/cust_main billing.html,1.1,1.2 tickets.html,1.2,1.3
- Next message: freeside/FS/FS Conf.pm,1.122,1.123 Misc.pm,1.5,1.6 cust_bill.pm,1.106,1.107 cust_main.pm,1.176,1.177 cust_main_invoice.pm,1.15,1.16 cust_pay.pm,1.37,1.38 cust_pkg.pm,1.57,1.58 svc_acct.pm,1.170,1.171
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 );
- Previous message: freeside/httemplate/view/cust_main billing.html,1.1,1.2 tickets.html,1.2,1.3
- Next message: freeside/FS/FS Conf.pm,1.122,1.123 Misc.pm,1.5,1.6 cust_bill.pm,1.106,1.107 cust_main.pm,1.176,1.177 cust_main_invoice.pm,1.15,1.16 cust_pay.pm,1.37,1.38 cust_pkg.pm,1.57,1.58 svc_acct.pm,1.170,1.171
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list