Bug 7720: add options for controlling display of an item's home and/or holdings location
[koha_fer] / opac / opac-detail.pl
index 01c801f..0712707 100755 (executable)
@@ -1100,4 +1100,9 @@ if ( C4::Context->preference('UseCourseReserves') ) {
     }
 }
 
+$template->param(
+    'OpacLocationBranchToDisplay'         => C4::Context->preference('OpacLocationBranchToDisplay') ,
+    'OpacLocationBranchToDisplayShelving' => C4::Context->preference('OpacLocationBranchToDisplayShelving'),
+);
+
 output_html_with_http_headers $query, $cookie, $template->output;