diff --git a/module/fid/src/View/Helper/Root/GetIt.php b/module/fid/src/View/Helper/Root/GetIt.php index df1436e69ded0e9c350fc006fe11975766a39225..780c6dc60be01d1f94e75d43d939598066f14b6a 100644 --- a/module/fid/src/View/Helper/Root/GetIt.php +++ b/module/fid/src/View/Helper/Root/GetIt.php @@ -701,13 +701,17 @@ class GetIt extends AbstractHelper //&& (!empty($this->isbn) || !empty($this->issn)) && !preg_grep($this->_getNonSourceIds('source_idsV8_8'), $this->collection) ) { - if (preg_grep($this->_getNonSourceIds('source_idsV8_1'), $this->format) + if (!in_array('Online', $this->facetAvail) + && preg_grep($this->_getNonSourceIds('source_idsV8_1'), $this->format) ) { - $bossData = true; if (!$this->isCollection) { $showPartCopyButton = isset($this->config->Permission->allowSubitoPartialCopy) ? $this->config->Permission->allowSubitoPartialCopy : true; } + } + if (preg_grep($this->_getNonSourceIds('source_idsV8_1'), $this->format) + ) { + $bossData = true; } elseif (in_array('Local', $this->facetAvail) && preg_grep($this->_getNonSourceIds('source_idsV8_3'), $this->format) ) { @@ -786,7 +790,8 @@ class GetIt extends AbstractHelper } //END showLinks //orderButton - if (preg_grep($this->_getNonSourceIds('source_idsV8_1'), $this->format) + if (in_array('Local', $this->facetAvail) + && preg_grep($this->_getNonSourceIds('source_idsV8_1'), $this->format) && !preg_grep($this->_getNonSourceIds('source_idsV8_9'), $this->institution) && !$this->isCollection && !preg_grep($this->_getNonSourceIds('source_idsV8_8'), $this->collection)