Revize 2a7bec72
Přidáno uživatelem Ondřej Fibich před více než 6 roky(ů)
application/views/transfers/show_by_account.php | ||
---|---|---|
</tr>
|
||
<tr>
|
||
<th><?php echo __('Owner of account')?></th>
|
||
<td><?php echo html::anchor('members/show/'.$account->member_id, $account->member->name) ?></td>
|
||
<td><?php if ($account->member_id) { echo html::anchor('members/show/'.$account->member_id, $account->member->name); } ?></td>
|
||
</tr>
|
||
<tr>
|
||
<th><?php echo __('Type of double-entry account')?></th>
|
Také k dispozici: Unified diff
Fixes #1094: Allows to delete former member older than 5 years.