mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 09:00:07 +00:00
Fix ABN AMRO importer
This commit is contained in:
@@ -138,6 +138,7 @@ class AbnAmroDescription extends Specifix implements SpecifixInterface
|
|||||||
break;
|
break;
|
||||||
case 'NAAM':
|
case 'NAAM':
|
||||||
$this->data['opposing-account-name'] = $value;
|
$this->data['opposing-account-name'] = $value;
|
||||||
|
$name = $value;
|
||||||
break;
|
break;
|
||||||
case 'KENMERK':
|
case 'KENMERK':
|
||||||
$reference = $value;
|
$reference = $value;
|
||||||
|
|||||||
Reference in New Issue
Block a user