X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_pay_batch.cgi;h=4a2248726d3a960634cd0a930b6b530089a3c2c2;hb=38dd3ed3eeda0a467e1b4d8cedd741fc62aedc9c;hp=df635ee8de95366ce53866741d5cd85c6556cf18;hpb=5188e8406a1fa2bee63ea81090ffefe3d4bf1b89;p=freeside.git diff --git a/httemplate/search/cust_pay_batch.cgi b/httemplate/search/cust_pay_batch.cgi index df635ee8d..4a2248726 100755 --- a/httemplate/search/cust_pay_batch.cgi +++ b/httemplate/search/cust_pay_batch.cgi @@ -179,7 +179,15 @@ if ( $pay_batch ) { ). '
' ; - if ( $fixed ) { + if ( $fixed and $fixed eq 'td_eft1464' ) { + # special case, this one has two upload formats + $html_init .= qq!Format !. + qq!
!; + } + elsif ( $fixed ) { $html_init .= qq!!; } else { # should pull this from %import_info @@ -193,13 +201,22 @@ if ( $pay_batch ) { qq!!. qq!!. qq!!. - qq!!. + qq!!. + qq!!. qq!
!; } $html_init .= qq!!; $html_init .= '
'; + if ( $conf->exists('batch-manual_approval') + and $conf->config('batch-fixed_format-CHEK') eq 'td_eft1464' + and $pay_batch->status eq 'I' + and $pay_batch->payby eq 'CHEK' ) { + $html_init .= qq!! + } } - $html_init .= '' + $html_init .= ''; } if ($pay_batch) {