mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 18:01:26 -06:00
Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific
This commit is contained in:
parent
5a47391a64
commit
171ab8a4c3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user