summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authormark <mark>2011-05-12 19:57:10 +0000
committermark <mark>2011-05-12 19:57:10 +0000
commit7a07f1279b7d4cddf032e4812ce2bc75eb51b336 (patch)
tree47b396c388a68fee8c80cb5eaf8d497fc4b85a33 /httemplate/view
parent4948e2354f4fc1f93afc4ccd8b249d6712c593cb (diff)
new status for pending third-party payments, fix for #12808
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/payment_history/pending_payment.html1
1 files changed, 1 insertions, 0 deletions
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',
);