From 2fc84733299f6b2e0b5be4fa99de2a9f628c07d5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 21 Oct 2022 09:56:08 +0100 Subject: [PATCH] Bug 31806: Add page-section to holds tables This patch adds the page-section class to each holds view on reserve/request.pl Test plan 1) Find an biblio to test on and add holds items of different types and homebranches. 2) Work through each setting of the HoldsSplitQueue preference and confirm the page-sections appear as expected Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index d9801f2ae0..dc7625ee0b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1068,7 +1068,7 @@ [% holds_by_branch.push( h ) %] [% END %] [% END %] -
+

[% Branches.GetName( b ) | html %]

[% INCLUDE holds_table.inc holds=holds_by_branch %] @@ -1100,7 +1100,7 @@ [% END %] [% END %] -
+
[% IF i %]

[% ItemTypes.GetDescription( i ) | html %]

[% ELSE %] @@ -1125,7 +1125,7 @@ [% ELSE %] [% FOREACH b IN branchcodes.sort %] -
+

[% Branches.GetName( b ) | html %]

[% SET holds_by_branch = [] %] [% FOREACH h IN biblioloo.reserveloop %] -- 2.30.2