Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CEdwardsBlasikiewicz committed Jun 28, 2024
1 parent 20ad6ee commit 4709b61
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/models/solr_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,4 @@ def availability_status

CatalogueServicesClient.new.get_requestable(instance_id: self["folio_instance_id_ssi"], holdings_id: holdings, item_id: item)
end

def access_conditions
holdings, _item = CatalogueServicesClient.new.get_item_ids(instance_id: self["folio_instance_id_ssi"])

CatalogueServicesClient.new.get_access_conditions(instance_id: self["folio_instance_id_ssi"], holdings_id: holdings)
end
end

0 comments on commit 4709b61

Please sign in to comment.