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