summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authormark <mark>2011-05-12 19:57:01 +0000
committermark <mark>2011-05-12 19:57:01 +0000
commitb8d1f6382bd483b4c5718a7930ea2493a1686d50 (patch)
treeaf56ca4bc98e92a46e2f686f9bb52026c5ebed48 /httemplate
parent83053569b3d965924e2e1d4f5b199609ec7c29af (diff)
new status for pending third-party payments, fix for #12808
Diffstat (limited to 'httemplate')
-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',
);