From 7a07f1279b7d4cddf032e4812ce2bc75eb51b336 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 12 May 2011 19:57:10 +0000 Subject: new status for pending third-party payments, fix for #12808 --- httemplate/view/cust_main/payment_history/pending_payment.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate') diff --git a/httemplate/view/cust_main/payment_history/pending_payment.html b/httemplate/view/cust_main/payment_history/pending_payment.html index 40805b1aa..7d21f899f 100644 --- a/httemplate/view/cust_main/payment_history/pending_payment.html +++ b/httemplate/view/cust_main/payment_history/pending_payment.html @@ -33,6 +33,7 @@ my $info = $payby ? "($payby$payinfo)" : ''; my %statusaction = ( 'new' => 'delete', + 'thirdparty' => 'delete', 'pending' => 'complete', 'captured' => 'capture', ); -- cgit v1.2.1