Merge branch 'hotfix/3.4.4.1' into develop

This commit is contained in:
James Cole 2015-06-08 18:41:02 +02:00
commit 81b3a22606

View File

@ -315,7 +315,7 @@ class TransactionJournal extends Model
{
$cache = new CacheProperties;
$cache->addProperty($this->id);
$cache->addProperty('destinationAccount');
$cache->addProperty('sourceAccount');
if ($cache->has()) {
return $cache->get(); // @codeCoverageIgnore
}