mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 03:43:07 +00:00
Fix #4708
This commit is contained in:
@@ -207,7 +207,7 @@ trait MetaCollection
|
||||
$this->query->leftJoin('journal_meta', 'transaction_journals.id', '=', 'journal_meta.transaction_journal_id');
|
||||
}
|
||||
$this->query->where('journal_meta.name', '=', 'external_id');
|
||||
$this->query->where('journal_meta.data', 'LIKE', sprintf('%%%s%%', $externalId));
|
||||
$this->query->where('journal_meta.data', '=', sprintf('%s', $externalId));
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user