[freeside-commits] freeside/FS FS.pm, 1.32.2.3, 1.32.2.4 MANIFEST, 1.111, 1.111.2.1

Ivan,,, ivan at wavetail.420.am
Wed Nov 28 18:55:12 PST 2007


Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail:/tmp/cvs-serv21254/FS

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	FS.pm MANIFEST 
Log Message:
even more reliable multiple-payment/double-click/concurrent-payment-form protection

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.32.2.3
retrieving revision 1.32.2.4
diff -u -d -r1.32.2.3 -r1.32.2.4
--- FS.pm	4 Oct 2007 01:47:10 -0000	1.32.2.3
+++ FS.pm	29 Nov 2007 02:55:10 -0000	1.32.2.4
@@ -224,6 +224,8 @@
 
 L<FS::cust_pay> - Payment class
 
+L<FS::cust_pay_pending> - Pending payment class
+
 L<FS::cust_pay_void> - Voided payment class
 
 L<FS::cust_bill_pay> - Payment application class

Index: MANIFEST
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/MANIFEST,v
retrieving revision 1.111
retrieving revision 1.111.2.1
diff -u -d -r1.111 -r1.111.2.1
--- MANIFEST	31 Jan 2007 03:42:09 -0000	1.111
+++ MANIFEST	29 Nov 2007 02:55:10 -0000	1.111.2.1
@@ -371,3 +371,5 @@
 t/reason_type.t
 FS/cust_pkg_option.pm
 t/cust_pkg_option.t
+FS/cust_pay_pending.pm
+t/cust_pay_pending.t



More information about the freeside-commits mailing list