diff options
author | ivan <ivan> | 2010-10-10 19:42:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-10-10 19:42:53 +0000 |
commit | defa6c82c0fbc69b06c97d229caad39248a01c1c (patch) | |
tree | ef6e2cd0d0c24e8aa29924f6c7912216575a1dd6 /httemplate/search/cust_pay_pending.html | |
parent | 71a886ac5094f8b9934b20d7bb127ce706a1df5b (diff) |
add "capture" links to pending payments in captured state, RT#10152
Diffstat (limited to 'httemplate/search/cust_pay_pending.html')
-rwxr-xr-x | httemplate/search/cust_pay_pending.html | 2 |
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' ); |