This should fix account-number.

This commit is contained in:
James Cole
2016-12-22 19:18:35 +01:00
parent 13e56b7249
commit 14a0de6b6a

View File

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