@roberthorlings I have no idea if this is a correct fix.

This commit is contained in:
James Cole 2016-04-27 09:20:51 +02:00
parent b70498c337
commit 6aa50e3c00

View File

@ -137,7 +137,7 @@ class AbnAmroDescription extends Specifix implements SpecifixInterface
$newDescription = $value; $newDescription = $value;
break; break;
case 'NAAM': case 'NAAM':
$this->data['opposing-account-name'] = $name = $value; $this->data['opposing-account-name'] = $value;
break; break;
case 'KENMERK': case 'KENMERK':
$reference = $value; $reference = $value;