Include BIC in import routine

This commit is contained in:
James Cole
2018-03-19 10:03:08 +01:00
parent 31146954d1
commit e2ecaf5bcf
3 changed files with 21 additions and 1 deletions

View File

@@ -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);