diff --git a/app/Helpers/Csv/Specifix/AbnAmroDescription.php b/app/Helpers/Csv/Specifix/AbnAmroDescription.php index 6a422a5a24..49295b28e9 100644 --- a/app/Helpers/Csv/Specifix/AbnAmroDescription.php +++ b/app/Helpers/Csv/Specifix/AbnAmroDescription.php @@ -150,6 +150,8 @@ class AbnAmroDescription $this->data[ "opposing-account-name" ] = $matches[4]; $this->data[ "description" ] = $matches[4] . " (" . $matches[1] . ")"; + + return true; } return false; @@ -167,6 +169,8 @@ class AbnAmroDescription $this->data[ "opposing-account-name" ] = "ABN AMRO"; $this->data[ "description" ] = $matches[1]; + + return true; } return false;