freeside/FS FS.pm,1.21,1.22 MANIFEST,1.76,1.77
ivan
ivan at pouncequick.420.am
Mon Jun 28 21:02:49 PDT 2004
Update of /home/cvs/cvsroot/freeside/FS
In directory pouncequick:/tmp/cvs-serv2036/FS
Modified Files:
FS.pm MANIFEST
Log Message:
add cust_pay_refund table to refund payments
Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- MANIFEST 21 Jun 2004 13:36:42 -0000 1.76
+++ MANIFEST 29 Jun 2004 04:02:44 -0000 1.77
@@ -59,6 +59,7 @@
FS/cust_bill_event.pm
FS/cust_bill_pay.pm
FS/cust_pay_batch.pm
+FS/cust_pay_refund.pm
FS/cust_pkg.pm
FS/cust_refund.pm
FS/cust_credit_refund.pm
@@ -148,6 +149,7 @@
t/cust_main_invoice.t
t/cust_pay.t
t/cust_pay_batch.t
+t/cust_pay_refund.t
t/cust_pkg.t
t/cust_refund.t
t/cust_svc.t
Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- FS.pm 22 Jun 2004 03:11:20 -0000 1.21
+++ FS.pm 29 Jun 2004 04:02:44 -0000 1.22
@@ -122,9 +122,11 @@
L<FS::cust_refund> - Refund class
-L<FS::cust_credit_refund> - Refund application class
+L<FS::cust_credit_refund> - Refund application to credit class
-L<FS::cust_credit_bill> - Credit invoice application class
+L<FS::cust_credit_bill> - Credit application to invoice class
+
+L<FS::cust_pay_refund> - Refund application to payment class
L<FS::cust_pay_batch> - Credit card transaction queue class
More information about the freeside-commits
mailing list