This commit is contained in:
James Cole
2017-12-21 19:18:53 +01:00
parent 840705f793
commit 707af8bb4e
4 changed files with 23 additions and 2 deletions

View File

@@ -245,6 +245,10 @@ class ImportJournal
$this->notes .= ' ' . $array['value'];
$this->notes = trim($this->notes);
break;
case 'note':
$this->notes .= ' ' . $array['value'];
$this->notes = trim($this->notes);
break;
case 'external-id':
$this->externalId = $array['value'];
break;