/home/techb158/exp.abdallabala.com/ui/theme/ibilling/ajax.contact-transactions.tpl (2324B)
| {$_L['Date']} | {$_L['Account']} | {$_L['Type']} | {$_L['Amount']} | {$_L['Description']} | {$_L['Dr']} | {$_L['Cr']} | {$_L['Balance']} | {$_L['Manage']} | {foreach $tr as $ds}
|---|---|---|---|---|---|---|---|---|
| {date( $_c['df'], strtotime($ds['date']))} | {$ds['account']} | {ib_lan_get_line($ds['type'])} | {$ds['amount']} | {$ds['description']} | {$ds['dr']} | {$_c['currency_code']} {$ds['cr']} | {$_c['currency_code']} {$ds['bal']} | {$_L['Manage']} |