mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add Ulfs suggestion
This commit is contained in:
parent
4733944f2f
commit
2417cfa6ee
@ -189,7 +189,7 @@ class StateBalancesTable extends Table
|
||||
$last_state_user_transaction->balance_date,
|
||||
$now);
|
||||
// if entrys are nearly the same, we don't need doing anything
|
||||
if(abs($last_state_user_transaction_decayed - $first_state_balance_decayed) > 100) {
|
||||
if(floor($last_state_user_transaction_decayed/100) !== floor($first_state_balance_decayed/100)) {
|
||||
$recalculate_state_user_transactions_balance = true;
|
||||
$update_state_balance = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user