mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Whoops [skip ci]
This commit is contained in:
parent
b15b55227d
commit
676e48254a
@ -154,10 +154,10 @@ class Cleanup
|
||||
foreach ($set as $entry) {
|
||||
$count++;
|
||||
$amount = $entry->amount;
|
||||
$entry->amount = $amount;
|
||||
$entry->virtual_balance = $amount;
|
||||
$entry->save();
|
||||
}
|
||||
unset($set, $entry, $name);
|
||||
unset($set, $entry, $amount);
|
||||
|
||||
//encrypt budget limit amount
|
||||
//encrypt limit repetition amount
|
||||
|
Loading…
Reference in New Issue
Block a user