mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix #8278, not 8276!
This commit is contained in:
@@ -135,6 +135,8 @@ class ExchangeRateConverter
|
|||||||
}
|
}
|
||||||
$rate = $this->getFromDB($currency->id, $euroId, $date->format('Y-m-d'));
|
$rate = $this->getFromDB($currency->id, $euroId, $date->format('Y-m-d'));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (null !== $rate) {
|
if (null !== $rate) {
|
||||||
// app('log')->debug(sprintf('Rate for %s to EUR is %s.', $currency->code, $rate));
|
// app('log')->debug(sprintf('Rate for %s to EUR is %s.', $currency->code, $rate));
|
||||||
return $rate;
|
return $rate;
|
||||||
|
Reference in New Issue
Block a user