{$rows[invoices].bill_number|wash} |
{$rows[invoices].rbill_id|wash|default:" "} |
{$rows[invoices].bill_date|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} |
{$rows[invoices].cpn_name|wash} |
{* NEED TO CALC bill_endsum as bill_endsum+latefeesum-payment_sum : this is done in phpaga_bills_search function in lib/bills.php *}
{$config.MONETARY_SYMBOL|wash}
{if $rows[invoices].missing_pmt }{$rows[invoices].missing_pmt|wash|phpaga_formatamount}
{else}{$rows[invoices].bill_endsum|wash|phpaga_formatamount}
{/if}
{if $config.SHOW_CURRENCY|wash eq 'true'}{$rows[invoices].curr_name|default:" "}{/if}
|
{$rows[invoices].bill_date_due|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} |
{$rows[invoices].bill_paydate|wash|date_format:$smarty.const.PHPAGA_DATEFORMAT_SHORT} |
{if !strlen($rows[invoices].bill_paydate)}{else} {/if} |
|
{/section}