mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Auto commit for release 'develop' on 2024-09-29
This commit is contained in:
parent
ebd0848c7f
commit
78253f9e1e
@ -74,7 +74,7 @@ class General extends AbstractExtension
|
|||||||
|
|
||||||
$strings = [];
|
$strings = [];
|
||||||
foreach ($info as $currencyId => $balance) {
|
foreach ($info as $currencyId => $balance) {
|
||||||
$balance= (string) $balance;
|
$balance = (string) $balance;
|
||||||
if (0 === $currencyId) {
|
if (0 === $currencyId) {
|
||||||
// not good code but OK
|
// not good code but OK
|
||||||
/** @var AccountRepositoryInterface $accountRepos */
|
/** @var AccountRepositoryInterface $accountRepos */
|
||||||
|
@ -110,7 +110,7 @@ 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/2024-09-28',
|
'version' => 'develop/2024-09-29',
|
||||||
'api_version' => '2.1.0',
|
'api_version' => '2.1.0',
|
||||||
'db_version' => 24,
|
'db_version' => 24,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user