mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix bug with decay
This commit is contained in:
parent
bdf1638e79
commit
8b466fea2d
@ -194,7 +194,7 @@ class TransactionsTable extends Table
|
|||||||
|
|
||||||
if($balance > 100)
|
if($balance > 100)
|
||||||
{
|
{
|
||||||
$final_transactions['decay'] = [
|
$final_transaction['decay'] = [
|
||||||
'balance' => $balance,
|
'balance' => $balance,
|
||||||
'decay_duration' => $calculated_decay['interval']->format('%a days, %H hours, %I minutes, %S seconds')
|
'decay_duration' => $calculated_decay['interval']->format('%a days, %H hours, %I minutes, %S seconds')
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user