mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
This should fix account-number.
This commit is contained in:
parent
13e56b7249
commit
14a0de6b6a
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user