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':