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

refs #14282 MASTER, BUGFIX

* fixes bug in block-comment
parent c8b3f2d3
Branches
Tags
No related merge requests found
......@@ -57,7 +57,7 @@ trait SolrDefaultFincTrait
*
* @return bool
*/
/* public function isCollection()
public function isCollection()
{
return $this->getRecordType() === 'dico';
/*
......@@ -74,7 +74,7 @@ trait SolrDefaultFincTrait
return false;
*/
}
*/
/**
* Get all call numbers associated with the record (empty string if none).
*
......
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