mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Various last minute bug fixes.
This commit is contained in:
@@ -35,7 +35,7 @@ class CurrencyCode extends BasicConverter implements ConverterInterface
|
||||
return $currency;
|
||||
}
|
||||
|
||||
$currency = $repository->findByCode(intval($this->value));
|
||||
$currency = $repository->findByCode($this->value);
|
||||
|
||||
|
||||
return $currency;
|
||||
|
||||
Reference in New Issue
Block a user