mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Some bug fixes and a new view for piggy banks. [skip ci]
This commit is contained in:
@@ -125,7 +125,7 @@ class EloquentPiggybankTrigger
|
||||
{
|
||||
|
||||
if (\Auth::check()) {
|
||||
$piggies = \Auth::user()->piggybanks()->whereNotNull('repeats')->get();
|
||||
$piggies = \Auth::user()->piggybanks()->where('repeats',1)->get();
|
||||
} else {
|
||||
$piggies = [];
|
||||
}
|
||||
|
Reference in New Issue
Block a user