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

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.1.2.1
diff -u -w -d -r1.1 -r1.1.2.1
--- pending_payment.html	5 Nov 2010 18:46:25 -0000	1.1
+++ pending_payment.html	12 May 2011 19:57:10 -0000	1.1.2.1
@@ -33,6 +33,7 @@
 
 my %statusaction = (
   'new'        => 'delete',
+  'thirdparty' => 'delete',
   'pending'    => 'complete',
   'captured'   => 'capture',
 );



More information about the freeside-commits mailing list