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

Fixed variable name typo.

parent f02e327c
No related merge requests found
...@@ -363,7 +363,7 @@ class Holds ...@@ -363,7 +363,7 @@ class Holds
} }
} }
if ($checkStorageRequests && is_array($holdings)) { if ($checkStorageRetrievalRequests && is_array($holdings)) {
// Generate Links // Generate Links
// Loop through each holding // Loop through each holding
foreach ($holdings as $location_key => $location) { foreach ($holdings as $location_key => $location) {
......
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