diff options
author | ivan <ivan> | 2001-09-02 04:25:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-09-02 04:25:55 +0000 |
commit | f1ee95396defc991301ac758b71bdda9df82984e (patch) | |
tree | e74c506e501b88a93f7d19a1c5b0d3025ab2db1f /FS/FS.pm | |
parent | 29b94aeb1c3003f7a9bbfbe1a91a86f8b9edfbbc (diff) |
lame testsuite and the embarassing fixes in it found
Diffstat (limited to 'FS/FS.pm')
-rw-r--r-- | FS/FS.pm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -81,10 +81,16 @@ L<FS::cust_bill_pkg> - Invoice line item class L<FS::cust_pay> - Payment class +L<FS::cust_bill_pay> - Payment application class + L<FS::cust_credit> - Credit class L<FS::cust_refund> - Refund class +L<FS::cust_credit_refund> - Refund application class + +L<FS::cust_credit_bill> - Refund invoice application class + L<FS::cust_pay_batch> - Credit card transaction queue class L<FS::prepay_credit> - Prepaid "calling card" credit class. @@ -122,7 +128,7 @@ The main documentation is in htdocs/docs. =head1 VERSION -$Id: FS.pm,v 1.5 2001-04-23 12:40:30 ivan Exp $ +$Id: FS.pm,v 1.6 2001-09-02 04:25:55 ivan Exp $ =head1 SUPPORT |