@@ -, +, @@ type=text would otherwise never terminate. If the loop exceeds 1000 iterations then an undef - Set circulation conditions - holds per record = 999 - Search for record with items - Go to the holds tab - Search for a patron - Verify that when you send your search, the 'internal server error' is not shown --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -421,19 +421,12 @@ function checkMultiHold() { [% IF remaining_holds_for_record > 1 %] - [% SET count = 1 %]
  • - +
  • [% ELSE %] - + [% END %] [% END %] --