mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Currencies can now be enabled and disabled.
This commit is contained in:
@@ -83,6 +83,7 @@ class CurrencyTransformer extends TransformerAbstract
|
||||
'symbol' => $currency->symbol,
|
||||
'decimal_places' => (int)$currency->decimal_places,
|
||||
'default' => $isDefault,
|
||||
'enabled' => $currency->enabled,
|
||||
'links' => [
|
||||
[
|
||||
'rel' => 'self',
|
||||
|
Reference in New Issue
Block a user