@@ -, +, @@ error - Select all results (some holdable, some not) - Click the "Place hold" link - On the "Confirm holds" page the layout will be broken after the first instance of the message "There are no items that can be placed on hold." --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -164,7 +164,6 @@
[% FOREACH bibitemloo IN bibitemloop %] - [% IF ( bibitemloo.holdable ) %]
[% IF bibitemloo.forced_hold_level %]

@@ -178,6 +177,7 @@

[% END %]

+ [% IF ( bibitemloo.holdable ) %] --