mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 07:53:16 +00:00
Can handle account number, but do nothing with it.
This commit is contained in:
@@ -97,6 +97,9 @@ class ImportEntry
|
|||||||
case 'account-iban':
|
case 'account-iban':
|
||||||
case 'account-name':
|
case 'account-name':
|
||||||
$this->setObject('asset-account', $convertedValue, $certainty);
|
$this->setObject('asset-account', $convertedValue, $certainty);
|
||||||
|
break;
|
||||||
|
case 'account-number':
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'opposing-number':
|
case 'opposing-number':
|
||||||
case 'opposing-iban':
|
case 'opposing-iban':
|
||||||
|
Reference in New Issue
Block a user