mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
This should fix account-number.
This commit is contained in:
@@ -96,10 +96,8 @@ class ImportEntry
|
|||||||
case 'account-id':
|
case 'account-id':
|
||||||
case 'account-iban':
|
case 'account-iban':
|
||||||
case 'account-name':
|
case 'account-name':
|
||||||
$this->setObject('asset-account', $convertedValue, $certainty);
|
|
||||||
break;
|
|
||||||
case 'account-number':
|
case 'account-number':
|
||||||
|
$this->setObject('asset-account', $convertedValue, $certainty);
|
||||||
break;
|
break;
|
||||||
case 'opposing-number':
|
case 'opposing-number':
|
||||||
case 'opposing-iban':
|
case 'opposing-iban':
|
||||||
|
Reference in New Issue
Block a user