This commit is contained in:
James Cole 2022-02-28 09:11:08 +01:00
parent b1a68b087c
commit 22a6e34279
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -416,6 +416,7 @@ trait MetaCollection
static function (JoinClause $join) {
$join->on('notes.noteable_id', '=', 'transaction_journals.id');
$join->where('notes.noteable_type', '=', 'FireflyIII\Models\TransactionJournal');
$join->whereNull('notes.deleted_at');
}
);
// add fields