X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fpay_batch.cgi;h=fd14d05bc0b17fce35a3c9b843ebfbc8420eb8d6;hp=8fe4351323b140919070b2db5603f535c8e81a14;hb=bb201b08e3f48784cd77979dd4e31e866aa4f15d;hpb=8d4c0d746c208dd1cbc7d1d456d9bad2fa4bd0c0 diff --git a/httemplate/search/pay_batch.cgi b/httemplate/search/pay_batch.cgi index 8fe435132..fd14d05bc 100755 --- a/httemplate/search/pay_batch.cgi +++ b/httemplate/search/pay_batch.cgi @@ -43,8 +43,10 @@ my $_date = $self->download; if ( $_date ) { time2str("%a %b %e %T %Y", $_date); - } elsif ( $self->status eq 'O' ) { - 'Download batch'; + } elsif ( $self->status eq 'O' && $self->type eq 'CREDIT') { + 'Download credit batch'; + } elsif ( $self->status eq 'O' && $self->type eq 'DEBIT') { + 'Download batch'; } else { ''; }