summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay_pending.html
diff options
context:
space:
mode:
authorivan <ivan>2010-10-10 19:42:53 +0000
committerivan <ivan>2010-10-10 19:42:53 +0000
commitdefa6c82c0fbc69b06c97d229caad39248a01c1c (patch)
treeef6e2cd0d0c24e8aa29924f6c7912216575a1dd6 /httemplate/search/cust_pay_pending.html
parent71a886ac5094f8b9934b20d7bb127ce706a1df5b (diff)
add "capture" links to pending payments in captured state, RT#10152
Diffstat (limited to 'httemplate/search/cust_pay_pending.html')
-rwxr-xr-xhttemplate/search/cust_pay_pending.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pay_pending.html b/httemplate/search/cust_pay_pending.html
index f46e08ab1..8b7350853 100755
--- a/httemplate/search/cust_pay_pending.html
+++ b/httemplate/search/cust_pay_pending.html
@@ -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'
);