mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +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)
|
||||
{
|
||||
$final_transactions['decay'] = [
|
||||
$final_transaction['decay'] = [
|
||||
'balance' => $balance,
|
||||
'decay_duration' => $calculated_decay['interval']->format('%a days, %H hours, %I minutes, %S seconds')
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user