Merge pull request #354 from roberthorlings/bugfix/abn-amro-specific

Bugfix for issue with ABN AMRO specific
This commit is contained in:
James Cole 2016-10-09 20:00:48 +02:00 committed by GitHub
commit 63e4a410a7

View File

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