pulibrary / bibdata

Local API for retrieving bibliographic and other useful data from Alma (Ruby 3.2.0, Rails 7.1.3.4)
BSD 2-Clause "Simplified" License
16 stars 7 forks source link

Hard-code on_reserve field to 'n' in bibliographic/:id/holdings/:id/availability #846

Closed christinach closed 3 years ago

christinach commented 4 years ago

Update: Hard-code this as "n". Print reserves are currently not in use, and their reintroduction is not guaranteed.

child of #573

In voyager this is a "y" if the item is on reserve.

An item is on reserve if it's on a course reserve list.

this field is used by the requests app.

christinach commented 3 years ago

blocked by #844 (merged)

hackartisan commented 3 years ago

blocked by #931