X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pay_pending.html;h=697bdbbf0f8ed3063c70f4fa224ce98c33185b96;hp=fe82268f629b0968300293eab635a97985d99007;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=d5fa12d1022afb592e80803971e90d18eac414e0 diff --git a/httemplate/search/cust_pay_pending.html b/httemplate/search/cust_pay_pending.html index fe82268f6..697bdbbf0 100755 --- a/httemplate/search/cust_pay_pending.html +++ b/httemplate/search/cust_pay_pending.html @@ -9,6 +9,7 @@ 'addl_fields' => [ sub { time2str('%r', shift->_date ) }, $status_sub, ], + 'addl_sort_fields' => [ 'status' ], 'redirect_empty' => $redirect_empty, &> <%init> @@ -16,7 +17,7 @@ my %statusaction = ( 'new' => 'delete', 'pending' => 'complete', - #'authorized' => '', + 'authorized' => 'complete', 'captured' => 'capture', #'declined' => '', #wouldn't need to take action on a done state#'done'