Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific

This commit is contained in:
Robert Horlings 2016-10-09 17:19:00 +02:00
parent 5a47391a64
commit 171ab8a4c3

View File

@ -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;