mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Less journals.
This commit is contained in:
parent
d9b16beb0a
commit
66fb63661f
@ -154,7 +154,7 @@ class BillRepository implements BillRepositoryInterface
|
|||||||
}
|
}
|
||||||
$journals = new Collection;
|
$journals = new Collection;
|
||||||
if (count($ids) > 0) {
|
if (count($ids) > 0) {
|
||||||
$journals = Auth::user()->transactionjournals()->whereIn('id', $ids)->get();
|
$journals = Auth::user()->transactionjournals()->transactionTypes(['Withdrawal'])->whereIn('id', $ids)->get();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $journals;
|
return $journals;
|
||||||
|
Loading…
Reference in New Issue
Block a user