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 b8bc0dee authored by Vít Novotný's avatar Vít Novotný Committed by Robert Lange
Browse files

Update undocumented behavior in MarcAdvancedTrait::getConsortialIDs (#1826)

parent 55014505
Branches
No related merge requests found
......@@ -931,7 +931,7 @@ trait MarcAdvancedTrait
*/
public function getConsortialIDs()
{
return $this->getFieldArray('035', 'a', true);
return $this->getFieldArray('035');
}
/**
......
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