Revize e49b7983
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/views/transfers/show.php | ||
---|---|---|
|
||
if (!($this->acl_check_view('Accounts_Controller', 'bank_transfers') ||
|
||
($ba->member_id == 1)))
|
||
echo $bt->oba_id;
|
||
echo $bt->dba_id;
|
||
else
|
||
echo empty($bt->oba_id) ? '' : html::anchor('bank_transfers/show_by_bank_account/'.$bt->dba_id, $bt->dba_id)
|
||
?>
|
||
echo empty($bt->dba_id) ? '' : html::anchor('bank_transfers/show_by_bank_account/'.$bt->dba_id, $bt->dba_id)
|
||
?>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
Také k dispozici: Unified diff
refs #1021: Fixes that destination account not shown in transfer detail if origin account empty