Using billing_settings payment methods to show proper payment method
name.
'toDate' => $toDate,
'filterAccounts' => $filterAccounts,
'searchName' => $searchName,
+ 'payment_methods' => $this->config['billing_payment_method'],
);
// Return status, any suggested view, and any data to controller
<td> <b>{$t.member_name}</b> </td>
<td> {$t.transaction_time.datetime} </td>
<td> {$t.amount|string_format:"%.2f"} </td>
- <td> {$t.payment_method} </td>
+ <td> {if $t.payment_method}{$payment_methods[$t.payment_method]}{/if} </td>
<td> {$t.payment_data} </td>
</tr>
<tr id="payment-container-{$t.id}" class="glm-payment-links glm-hidden{if $t@iteration is div by 2} alternate{/if}">