{assign var=meth value=':'|explode:$VAR._page} {$method->exe_noauth($meth.0,$meth.1)} {if ($method->result == false)} {$block->display('core:method_error')} {else} {include file='file:../core/search_show_pre.tpl'} {include file='file:../core/view_td_submit.tpl'}
{foreach from=$invoices item=record} {/foreach}
{t}Invoice Date{/t} {t}Invoice Number{/t} {t}Invoice Amount{/t} {t}Invoice Balance{/t} {t}Allocate{/t}
{$list->date($record.date_orig)} {$record.id} {$list->format_currency_num($record.total_amt,$smarty.const.SESS_CURRENCY)} ({$list->format_currency_num($record.credit_amt,$smarty.const.SESS_CURRENCY)}) {$list->format_currency_num($record.balance,$smarty.const.SESS_CURRENCY)}
 
{/if}