Merge branch 'develop' of https://github.com/JC5/firefly-iii into develop

* 'develop' of https://github.com/JC5/firefly-iii:
  Fixed issue causing all imported transactions to have unknown opposing account with ABN AMRO specific
This commit is contained in:
James Cole 2016-10-09 20:18:14 +02:00
commit 30844df5d4

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;