/home/techb158/exp.abdallabala.com/ui/theme/ibilling/ajax.contact-invoices.tpl (1564B)
| # | {$_L['Account']} | {$_L['Amount']} | {$_L['Invoice Date']} | {$_L['Due Date']} | {$_L['Status']} | {$_L['Manage']} |
|---|---|---|---|---|---|---|
| {$is['invoicenum']}{if $is['cn'] neq ''} {$is['cn']} {else} {$is['id']} {/if} | {$is['account']} | {$is['total']} | {date( $_c['df'], strtotime($is['date']))} | {date( $_c['df'], strtotime($is['duedate']))} | {ib_lan_get_line($is['status'])} | {$_L['View']} {$_L['Edit']} |