mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Ignore deleted columns.
This commit is contained in:
parent
d26bbf3cdc
commit
c8f5a6b7ad
@ -135,6 +135,8 @@ class AccountRepository implements AccountRepositoryInterface
|
||||
|
||||
$query->whereIn('destination.account_id', $accountIds);
|
||||
$query->whereNotIn('source.account_id', $accountIds);
|
||||
$query->whereNull('destination.deleted_at');
|
||||
$query->whereNull('source.deleted_at');
|
||||
|
||||
}
|
||||
// remove group by
|
||||
|
Loading…
Reference in New Issue
Block a user