mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific
This commit is contained in:
@@ -62,7 +62,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;
|
||||
|
Reference in New Issue
Block a user