{assign var=meth value=':'|explode:$VAR._page} {$method->exe($meth.0,$meth.1)} {if ($method->result == false)} {$block->display('core:method_error')} {else} {include file='file:../core/view_pre.tpl'} {if $form_validation} {$block->display('core:alert_fields')} {/if}
{osb f=tt}
{osb f=tf field=date_orig} {$list->date_time($record.date_orig)}
{osb f=tf field=account_id} {if $record.account_id == '0'} {t}System{/t} {else} {osb f=html_select_account name='invoice_memo_account_id' default=$record.account_id} {/if}
{osb f=tf field=type} {translate module=invoice_memo}{$record.type}{/translate}
{osb f=tf field=memo} {$record.memo|nl2br}
{include file='file:../core/view_td_delete.tpl'}
 
{include file='file:../core/view_post.tpl'}
{/if}