Can handle account number, but do nothing with it.

This commit is contained in:
James Cole 2016-12-22 19:17:33 +01:00
parent 3753901e38
commit 13e56b7249
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

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