mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Include BIC in import routine
This commit is contained in:
@@ -283,6 +283,9 @@ class ImportJournal
|
||||
case 'opposing-id':
|
||||
$this->opposing->setAccountId($array);
|
||||
break;
|
||||
case 'opposing-bic':
|
||||
$this->opposing->setAccountBic($array);
|
||||
break;
|
||||
case 'tags-comma':
|
||||
case 'tags-space':
|
||||
$this->setTags($array);
|
||||
|
||||
Reference in New Issue
Block a user