mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Merge branch 'release/v6.1.6'
This commit is contained in:
@@ -74,7 +74,7 @@ trait CurrencyValidation
|
||||
continue;
|
||||
}
|
||||
|
||||
$compare = bccomp('0', $transaction['foreign_amount']);
|
||||
$compare = bccomp('0', $foreignAmount);
|
||||
if (-1 === $compare) {
|
||||
Log::debug('validateForeignCurrencyInformation: array contains foreign amount info.');
|
||||
if (!array_key_exists('foreign_currency_id', $transaction) && !array_key_exists('foreign_currency_code', $transaction)) {
|
||||
|
@@ -3,6 +3,12 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 6.1.6 - 2024-01-07
|
||||
|
||||
### Fixed
|
||||
|
||||
- Type validation error
|
||||
|
||||
## 6.1.5 - 2024-01-07
|
||||
|
||||
### Added
|
||||
|
@@ -115,7 +115,7 @@ return [
|
||||
'handle_debts' => true,
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => '6.1.5',
|
||||
'version' => '6.1.6',
|
||||
'api_version' => '2.0.12',
|
||||
'db_version' => 22,
|
||||
|
||||
|
Reference in New Issue
Block a user