Skip to content

Commit

Permalink
Update MarcRecordDriver.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mdnoble73 committed Jun 6, 2024
1 parent 6da4d1c commit 93026bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/web/RecordDrivers/MarcRecordDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2854,7 +2854,6 @@ public function getValidPickupLocations($pickupAtRule): array {
}
} else {
//Add the owning location
$locations[strtolower($item->locationCode)] = strtolower($item->locationCode);
if (!isset($locations[$item->locationCode])) {
$location = new Location();
$location->code = $item->locationCode;
Expand Down

0 comments on commit 93026bd

Please sign in to comment.