The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

refs #17203 [fid_bbi] syntactical fixup in if-clause

parent ab20838d
No related merge requests found
......@@ -165,9 +165,9 @@ trait SolrMarcFincTrait
$d = $marc773->getSubfield('d');
if (!empty($d)) $text .= ', '.$d->getData();
if (
$marc936 = $this->getMarcRecord()->getField('936')
($marc936 = $this->getMarcRecord()->getField('936'))
&&
$h = $marc936->getSubfield('h')
($h = $marc936->getSubfield('h'))
)
{
$text .= ', S. '.$h->getData();
......
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