This commit is contained in:
James Cole
2018-08-03 16:55:10 +02:00
parent 2290fcde22
commit 7a9ab190eb
3 changed files with 9 additions and 16 deletions

View File

@@ -183,7 +183,9 @@ class ImportTransaction
$meta = ['sepa-ct-id', 'sepa-ct-op', 'sepa-db', 'sepa-cc', 'sepa-country', 'sepa-batch-id', 'sepa-ep', 'sepa-ci', 'internal-reference', 'date-interest',
'date-invoice', 'date-book', 'date-payment', 'date-process', 'date-due',];
Log::debug(sprintf('Now going to check role "%s".', $role));
if (\in_array($role, $meta, true)) {
Log::debug(sprintf('Role "%s" is in allowed meta roles, so store its value %s.', $role, $columnValue->getValue()));
$this->meta[$role] = $columnValue->getValue();
return;