mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 20:57:19 -06:00
This commit is contained in:
parent
fc0202eb74
commit
6bd6b1eb95
@ -98,7 +98,7 @@ class AccountTransformer extends AbstractTransformer
|
||||
'active' => $account->active,
|
||||
'order' => $account->order,
|
||||
'name' => $account->name,
|
||||
'type' => $accountType,
|
||||
'type' => strtolower($accountType),
|
||||
'account_role' => $accountRole,
|
||||
'currency_id' => $currencyId,
|
||||
'currency_code' => $currencyCode,
|
||||
|
Loading…
Reference in New Issue
Block a user