mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	This commit is contained in:
		@@ -717,7 +717,7 @@ trait MetaCollection
 | 
			
		||||
 | 
			
		||||
        $this->joinMetaDataTables();
 | 
			
		||||
        $this->query->where('journal_meta.name', '=', 'internal_reference');
 | 
			
		||||
        $this->query->where('journal_meta.data', '=', $internalReference);
 | 
			
		||||
        $this->query->where('journal_meta.data', '=', sprintf('%s', json_encode($internalReference)));
 | 
			
		||||
 | 
			
		||||
        return $this;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user