diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/payment_history/pending_payment.html | 1 |
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', ); |