mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
This allows the user to set the “default” currency for an asset account (#305). It doesn’t do anything other than this yet.
This commit is contained in:
@@ -169,7 +169,7 @@ class Account extends Model
|
||||
{
|
||||
foreach ($this->accountMeta as $meta) {
|
||||
if ($meta->name == $fieldName) {
|
||||
return $meta->data;
|
||||
return strval($meta->data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user