mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Fix tests
This commit is contained in:
@@ -153,7 +153,7 @@ class AccountTransformer extends TransformerAbstract
|
||||
}
|
||||
$currencyId = (int)$this->repository->getMetaValue($account, 'currency_id');
|
||||
$currencyCode = null;
|
||||
$currencySymbol = null;
|
||||
$currencySymbol = 'x';
|
||||
$decimalPlaces = 2;
|
||||
if ($currencyId > 0) {
|
||||
$currency = TransactionCurrency::find($currencyId);
|
||||
|
||||
Reference in New Issue
Block a user