Skip to content

Commit 69e75a9

Browse files
committed
Correct display of related INN-Reach records when viewing a record from the ILS.
1 parent e3c731c commit 69e75a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/web/RecordDrivers/RecordInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function getBaseMoreDetailsOptions($isbn) {
161161
if ($interface->getVariable('enableInnReachIntegration')) {
162162
$moreDetailsOptions['innReach'] = [
163163
'label' => 'More Copies In ' . $library->interLibraryLoanName,
164-
'body' => '<div id="inInnReachlaceholder">' . translate(['text'=>"Loading $library->interLibraryLoanName Copies...", 'isPublicFacing'=> true]) . '</div>',
164+
'body' => '<div id="inInnReachPlaceholder">' . translate(['text'=>"Loading $library->interLibraryLoanName Copies...", 'isPublicFacing'=> true]) . '</div>',
165165
'hideByDefault' => false,
166166
];
167167
}

code/web/release_notes/24.05.00.MD

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
### Other
1515
- Remove old unused test definitions.
16+
- Correct display of related INN-Reach records when viewing a record from the ILS.
1617

1718
//kirstien
1819

0 commit comments

Comments
 (0)