Revize 8ba726c1
Přidáno uživatelem Ondřej Fibich před téměř 9 roky(ů)
application/controllers/transfers.php | ||
---|---|---|
->callback('callback::amount_field');
|
||
|
||
$transfers_grid->callback_field('id')
|
||
->label('Current credit')
|
||
->label('Subtotal')
|
||
->help(help::hint('account_subtotal'))
|
||
->callback('callback::amount_after_transfer_field', $account_id);
|
||
|
||
$transfers_grid->order_field('text')
|
Také k dispozici: Unified diff
closes #959: Improves column label and adds a help hint