mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
Merge branch 'backport_balance_recalculation' into vue_with_nginx
This commit is contained in:
commit
55ebd2ce96
@ -68,7 +68,7 @@ class StateBalance extends Entity
|
||||
if($decay_duration <= 0) {
|
||||
return $this->amount;
|
||||
}
|
||||
return $this->amount;
|
||||
return 0;
|
||||
//return $this->amount * pow(0.99999997802044727, $decay_duration);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user