From 13e56b7249a54669271278b6b2281c3a15661260 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 22 Dec 2016 19:17:33 +0100 Subject: [PATCH] Can handle account number, but do nothing with it. --- app/Import/ImportEntry.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Import/ImportEntry.php b/app/Import/ImportEntry.php index cd3f48b402..3486e588ca 100644 --- a/app/Import/ImportEntry.php +++ b/app/Import/ImportEntry.php @@ -97,6 +97,9 @@ class ImportEntry case 'account-iban': case 'account-name': $this->setObject('asset-account', $convertedValue, $certainty); + break; + case 'account-number': + break; case 'opposing-number': case 'opposing-iban':