Skip to content

Commit

Permalink
Online-Ressource = 4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrode committed Sep 14, 2023
1 parent e65592a commit ff147dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Services/HoldingStatusService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getStatus(Document $document, $copies = [])

// Electronic Resource are always accessible. Might needs fine tuning further on.
if (in_array('Online', $document['facet_avail'])) {
return 1;
return 4;
} else {
return $this->getLocalHoldingStatusFromArray($copies);
}
Expand Down

0 comments on commit ff147dc

Please sign in to comment.