@@ -, +, @@ homebranches. confirm the page-sections appear as expected --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/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 %] --