add "capture" links to pending payments in captured state, RT#10152
[freeside.git] / httemplate / search / cust_pay_pending.html
index f46e08a..8b73508 100755 (executable)
@@ -19,7 +19,7 @@ my %statusaction = (
   'new'        => 'delete',
   'pending'    => 'complete',
   #'authorized' => '',
-  #'captured'   => '',
+  'captured'   => 'capture',
   #'declined'   => '',
   #wouldn't need to take action on a done state#'done'
 );