From 14a0de6b6af0db697450353c15d3f6b1a667ca64 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 22 Dec 2016 19:18:35 +0100 Subject: [PATCH] This should fix account-number. --- app/Import/ImportEntry.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Import/ImportEntry.php b/app/Import/ImportEntry.php index 3486e588ca..fba65e99d4 100644 --- a/app/Import/ImportEntry.php +++ b/app/Import/ImportEntry.php @@ -96,10 +96,8 @@ class ImportEntry case 'account-id': case 'account-iban': case 'account-name': - $this->setObject('asset-account', $convertedValue, $certainty); - break; case 'account-number': - + $this->setObject('asset-account', $convertedValue, $certainty); break; case 'opposing-number': case 'opposing-iban':