mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
🤖 Auto commit for release 'develop' on 2025-07-24
This commit is contained in:
@@ -116,14 +116,14 @@ class AccountTransformer extends AbstractTransformer
|
|||||||
$balances = [];
|
$balances = [];
|
||||||
$balances[]
|
$balances[]
|
||||||
= [
|
= [
|
||||||
'type' => 'current',
|
'type' => 'current',
|
||||||
'amount' => $currentBalance,
|
'amount' => $currentBalance,
|
||||||
'currency_id' => $account->meta['currency_id'] ?? null,
|
'currency_id' => $account->meta['currency_id'] ?? null,
|
||||||
'currency_code' => $account->meta['currency']?->code,
|
'currency_code' => $account->meta['currency']?->code,
|
||||||
'currency_symbol' => $account->meta['currency']?->symbol,
|
'currency_symbol' => $account->meta['currency']?->symbol,
|
||||||
'currency_decimal_places' => $account->meta['currency']?->decimal_places,
|
'currency_decimal_places' => $account->meta['currency']?->decimal_places,
|
||||||
'date' => $date->toAtomString(),
|
'date' => $date->toAtomString(),
|
||||||
];
|
];
|
||||||
if (null !== $nativeCurrentBalance) {
|
if (null !== $nativeCurrentBalance) {
|
||||||
$balances[] = [
|
$balances[] = [
|
||||||
'type' => 'native_current',
|
'type' => 'native_current',
|
||||||
|
@@ -78,8 +78,8 @@ return [
|
|||||||
'running_balance_column' => env('USE_RUNNING_BALANCE', false),
|
'running_balance_column' => env('USE_RUNNING_BALANCE', false),
|
||||||
// see cer.php for exchange rates feature flag.
|
// see cer.php for exchange rates feature flag.
|
||||||
],
|
],
|
||||||
'version' => 'develop/2025-07-23',
|
'version' => 'develop/2025-07-24',
|
||||||
'build_time' => 1753247028,
|
'build_time' => 1753333121,
|
||||||
'api_version' => '2.1.0', // field is no longer used.
|
'api_version' => '2.1.0', // field is no longer used.
|
||||||
'db_version' => 26,
|
'db_version' => 26,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user