[freeside-commits] freeside/httemplate/view/cust_main/payment_history pending_payment.html, 1.1, 1.2

Mark Wells mark at wavetail.420.am
Thu May 12 12:57:03 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history
In directory wavetail.420.am:/tmp/cvs-serv17657/httemplate/view/cust_main/payment_history

Modified Files:
	pending_payment.html 
Log Message:
new status for pending third-party payments, fix for #12808

Index: pending_payment.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history/pending_payment.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- pending_payment.html	5 Nov 2010 18:46:25 -0000	1.1
+++ pending_payment.html	12 May 2011 19:57:01 -0000	1.2
@@ -33,6 +33,7 @@
 
 my %statusaction = (
   'new'        => 'delete',
+  'thirdparty' => 'delete',
   'pending'    => 'complete',
   'captured'   => 'capture',
 );



More information about the freeside-commits mailing list