From e39a25002cc81e559984e70a244ff19665e00f19 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 22 Dec 2020 23:00:03 +0000 Subject: [PATCH] Bug 15516: (follow-up) Fix showing list of titles in hold group --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt index 98ad470b45..e2ac2de8ed 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt @@ -6,7 +6,7 @@

Holds group ([% hold_group.id | html %])

[% holds = hold_group.holds %] - [% IF holds.size %] + [% IF holds.count %] @@ -19,7 +19,7 @@ [% FOREACH hold IN holds %] [% biblio = hold.biblio %] - + -- 2.11.0
[% biblio.title | html %][% biblio.title | html %] [% hold.priority | html %] [% hold.reservenotes | html %]