mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-11 07:55:51 -06:00
Can handle account number, but do nothing with it.
This commit is contained in:
parent
3753901e38
commit
13e56b7249
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user