new status for pending third-party payments, fix for #12808
[freeside.git] / httemplate / view / cust_main / payment_history / pending_payment.html
index 40805b1..7d21f89 100644 (file)
@@ -33,6 +33,7 @@ my $info = $payby ? "($payby$payinfo)" : '';
 
 my %statusaction = (
   'new'        => 'delete',
+  'thirdparty' => 'delete',
   'pending'    => 'complete',
   'captured'   => 'capture',
 );