{$method->exe_noauth($meth.0,'tpl_search_show')}
{foreach from=$search_show item=record}
{include file='file:../core/search_show_tr_record.tpl'}
{$record.id} |
{$record.account_id} |
{$list->date($record.date_orig)} |
{$list->format_currency_num($record.total_amt,$record.billed_currency_id)} |
{$list->format_currency_num($record.alloc_amt,$record.billed_currency_id)} |
{$list->format_currency_num($record.balance,$record.billed_currency_id)} |
{$list->format_currency_num($record.acct_bal,$record.billed_currency_id)} |
{/foreach}