mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
Merge branch 'develop' of https://github.com/JC5/firefly-iii into develop
* 'develop' of https://github.com/JC5/firefly-iii: Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific
This commit is contained in:
commit
30844df5d4
@ -64,7 +64,7 @@ class AbnAmroDescription implements SpecificInterface
|
||||
// If the description could not be parsed, specify an unknown opposing
|
||||
// account, as an opposing account is required
|
||||
if (!$parsed) {
|
||||
$this->row[7] = trans('firefly.unknown'); // opposing-account-name
|
||||
$this->row[8] = trans('firefly.unknown'); // opposing-account-name
|
||||
}
|
||||
|
||||
return $this->row;
|
||||
|
Loading…
Reference in New Issue
Block a user