@@ -, +, @@ the patron list --- .../prog/en/modules/reserve/request.tt | 20 ++++++++++--------- 1 file changed, 11 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 @@ -905,16 +905,18 @@ [% END %] [% UNLESS ( patron ) %] - [% SET hold_count = Biblio.HoldsCount( biblio.biblionumber ) | html %] - [% IF hold_count %] - - [% IF always_show_holds == 'DONT' %] - - [% UNLESS reserveloop %] - Show holds ([% hold_count | html %]) + [% UNLESS borrowers %] + [% SET hold_count = Biblio.HoldsCount( biblio.biblionumber ) | html %] + [% IF hold_count %] + + [% IF always_show_holds == 'DONT' %] + + [% UNLESS reserveloop %] + Show holds ([% hold_count | html %]) + [% END %] + [% ELSE %] + [% END %] - [% ELSE %] - [% END %] [% END %] [% IF ( reserveloop ) %] --