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

Adjusted template to match earlier refactoring.

parent e42edb9c
No related merge requests found
......@@ -15,7 +15,7 @@
// the last location encountered.
$callno = $location = $backupLocation = false;
$useBackupLocation = true;
foreach ($holdings as $details) {
foreach ($holdings['holdings'] as $details) {
$location = $details['location'];
foreach ($details['items'] as $item) {
$callno = isset($item['callnumber']) ? $item['callnumber'] : false;
......
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