Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
TBD
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2.5.0
-
Labels:None
-
Template:customfield_11100 53227
-
Development Team:Thor
-
Affected Institution:University of Chicago
Description
The current logic for generating temporaryLocation in an OPAC circ record is:
item temporary location || holdings temporary location || holdings permanent location
This is different from the logic that determines "effective location" in FOLIO, which is:
item temporary location || item permanent location || holdings temporary location || holdings permanent location
OPAC circ temporaryLocation should be the same as FOLIO "effective location." effectiveLocationId is a property of the item record as returned by the inventory-storage API, probably it would make sense to just use that rather than try to reimplement the logic.