Skip to content
Snippets Groups Projects
Commit 51ac96e1 authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #20363 [fid_bbi] add ElectronicSerialComponentPart to MarcContainerTitle detection

* re-uses non-Electronic version
* also refs #19862
parent 4a623234
No related merge requests found
......@@ -128,6 +128,11 @@ trait SolrMarcFincTrait
return null;
}
protected function getElectronicSerialComponentPartContainerTitle()
{
return $this->getSerialComponentPartContainerTitle();
}
protected function getSerialComponentPartContainerTitle()
{
// refs #16588
......
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