Skip to content

Commit

Permalink
Add pickup location
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikmitk committed Jun 19, 2023
1 parent 560f429 commit 1e28ad2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Classes/ViewHelpers/Link/Get3DModelLinkViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ public static function renderStatic(
$pickupDesc = "Zentralbibliothek<br>Ebene -1<br>IP Musik Mediathek";
$pickupID = 'ga3q0';
break;
case "Zentralbibliothek Ebene -1 AV-Plätze Digitale Mediathek":
$pickupDesc = "Zentralbibliothek Ebene -1<br>AV-Plätze Digitale Mediathek";
$pickupID = '05a8h';
break;
case "Zentralbibliothek Ebene -1 Lesesaal Sondersammlungen":
$pickupDesc = "Zentralbibliothek<br>Ebene -1<br>Lesesaal Sondersammlungen";
$pickupID = '6r9fv';
Expand Down

0 comments on commit 1e28ad2

Please sign in to comment.