95947f5122fff57d8433a5253a43b0aea46d6829
[freeside.git] / httemplate / view / cust_main / payment_history / attempted_batch_payment.html
1 <I><% mt('Payment attempt') |h %> <% $info |h %></I>
2 <%init>
3
4 my( $cust_pay_batch, %opt ) = @_;
5
6 my ($payby,$payinfo) = translate_payinfo($cust_pay_batch);
7 $payby = translate_payby($payby,$payinfo);
8 my $info = $payby ? "($payby$payinfo)" : '';
9
10 $info .= ': '. $cust_pay_batch->error_message
11   if length($cust_pay_batch->error_message);
12
13 </%init>