X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pay_batch.cgi;h=7376e9dcbccfa88fb76b996542121995b1966c06;hb=624b2d44625f69d71175c3348cae635d580c890b;hp=15769636618c236a67c5b14c926405d21aa2ddfe;hpb=626dbc1a49b6b1dfba94584670a0a0b11ac52148;p=freeside.git diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi index 157696366..7376e9dcb 100755 --- a/httemplate/search/cust_pay_batch.cgi +++ b/httemplate/search/cust_pay_batch.cgi @@ -132,6 +132,9 @@ if ( $pay_batch ) { || ( $pay_batch->status eq 'I' && $FS::CurrentUser::CurrentUser->access_right('Reprocess batches') ) + || ( $pay_batch->status eq 'R' + && $FS::CurrentUser::CurrentUser->access_right('Redownload resolved batches') + ) ) { $html_init .= qq!
!; if ( $fixed ) { @@ -144,6 +147,8 @@ if ( $pay_batch ) { qq!!. qq!!. qq!!. + qq!!. + qq!!. qq!!; } $html_init .= qq!

!; @@ -168,6 +173,8 @@ if ( $pay_batch ) { qq!!. qq!!. qq!!. + qq!!. + qq!!. qq!
!; } $html_init .= qq!!;