From 0b9a82541b5f77c5aa91050566af45422bbc0918 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 12 Aug 2022 15:19:10 +0200 Subject: [PATCH] Bug 31343: Prevent two nodes #holdscr on waiting reserves Two nodes with id="holdscr" existed on this patch. I guess the table was not initiated properly before 31138 neither. Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index 4318918ee6..d0178bad40 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -98,7 +98,7 @@
  • - + Holds with cancellation requests: [% cancel_reqs_count | html %]
  • @@ -139,7 +139,7 @@
    No holds found.
    [% END %] -
    +
    [% IF cancel_reqs_count %] [% INCLUDE waiting_holds.inc select_column='1' table_name='holdscr' reserveloop=cancel_reqs tab='holdscr' %] [% ELSE %] -- 2.39.2