Merge remote branch 'kc/new/enh/bug_3550' into kcmaster
[koha.git] / opac / opac-reserve.pl
index fca1e0b..f4181d6 100755 (executable)
@@ -291,7 +291,7 @@ my $numBibsAvailable = 0;
 my $itemdata_enumchron = 0;
 my $anyholdable;
 my $itemLevelTypes = C4::Context->preference('item-level_itypes');
-$template->param('item-level_itypes' => $itemLevelTypes);
+$template->param('item_level_itypes' => $itemLevelTypes);
 
 foreach my $biblioNum (@biblionumbers) {