Fix #8278, not 8276!

This commit is contained in:
James Cole 2023-12-21 04:43:39 +01:00
parent 53e972fbba
commit e40bb81d80
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -135,6 +135,8 @@ class ExchangeRateConverter
}
$rate = $this->getFromDB($currency->id, $euroId, $date->format('Y-m-d'));
if (null !== $rate) {
// app('log')->debug(sprintf('Rate for %s to EUR is %s.', $currency->code, $rate));
return $rate;