mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix #5810
This commit is contained in:
@@ -416,6 +416,7 @@ trait MetaCollection
|
|||||||
static function (JoinClause $join) {
|
static function (JoinClause $join) {
|
||||||
$join->on('notes.noteable_id', '=', 'transaction_journals.id');
|
$join->on('notes.noteable_id', '=', 'transaction_journals.id');
|
||||||
$join->where('notes.noteable_type', '=', 'FireflyIII\Models\TransactionJournal');
|
$join->where('notes.noteable_type', '=', 'FireflyIII\Models\TransactionJournal');
|
||||||
|
$join->whereNull('notes.deleted_at');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
// add fields
|
// add fields
|
||||||
|
Reference in New Issue
Block a user