mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Undo code.
This commit is contained in:
parent
c426ff352c
commit
8bbe519350
@ -115,7 +115,7 @@ class AccountTransformer extends AbstractTransformer
|
|||||||
'account_number' => $this->repository->getMetaValue($account, 'account_number'),
|
'account_number' => $this->repository->getMetaValue($account, 'account_number'),
|
||||||
'iban' => '' === $account->iban ? null : $account->iban,
|
'iban' => '' === $account->iban ? null : $account->iban,
|
||||||
'bic' => $this->repository->getMetaValue($account, 'BIC'),
|
'bic' => $this->repository->getMetaValue($account, 'BIC'),
|
||||||
'virtual_balance' => app('steam')->bcround((string)$account->virtual_balance, $decimalPlaces),
|
'virtual_balance' => app('steam')->bcround($account->virtual_balance, $decimalPlaces),
|
||||||
'opening_balance' => $openingBalance,
|
'opening_balance' => $openingBalance,
|
||||||
'opening_balance_date' => $openingBalanceDate,
|
'opening_balance_date' => $openingBalanceDate,
|
||||||
'liability_type' => $liabilityType,
|
'liability_type' => $liabilityType,
|
||||||
|
Loading…
Reference in New Issue
Block a user