mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #8278, not 8276!
This commit is contained in:
parent
53e972fbba
commit
e40bb81d80
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user