Skip to content
Snippets Groups Projects
Commit 02a5db40 authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #13827

* Bugfix in getAdditionals()
* now adds sourceId to correct additional item
parent 58695813
No related merge requests found
......@@ -1514,7 +1514,7 @@ trait SolrMarcFincTrait
$array[$i]['record_id']
= $matches[2] . $matches[3];
if (null != ($sid = $this->getSourceID())) {
$array[$key]['source_id'] = $sid;
$array[$i]['source_id'] = $sid;
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment