Skip to content
Snippets Groups Projects
Commit dad26c48 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #648 from finc/bind_ajax_status_to_ils_availability

Bind AJAX status lookups to availability of ILS
parents 16dc8de5 78a60d94
No related merge requests found
...@@ -1072,7 +1072,9 @@ class SolrMarc extends SolrDefault ...@@ -1072,7 +1072,9 @@ class SolrMarc extends SolrDefault
*/ */
public function supportsAjaxStatus() public function supportsAjaxStatus()
{ {
return true; // as AJAX status lookups are done via the ILS AJAX status lookup support is
// only given if the ILS is available for this record
return $this->hasILS();
} }
/** /**
......
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