mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +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
|
// If the description could not be parsed, specify an unknown opposing
|
||||||
// account, as an opposing account is required
|
// account, as an opposing account is required
|
||||||
if (!$parsed) {
|
if (!$parsed) {
|
||||||
$this->row[7] = trans('firefly.unknown'); // opposing-account-name
|
$this->row[8] = trans('firefly.unknown'); // opposing-account-name
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->row;
|
return $this->row;
|
||||||
|
Reference in New Issue
Block a user