@@ -, +, @@ --- .../prog/en/modules/reserve/request.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -516,7 +516,7 @@ function checkMultiHold() { [% END %] [% IF ( biblioloo.alreadyres ) %] -
  • [% biblioloo.borrowerfirstname %] [% biblioloo.borrowersurname %] already has a hold on this item
  • +
  • [% borrowerfirstname %] [% borrowersurname %] already has a hold on this item
  • [% END %] [% IF ( biblioloo.none_avail ) %]
  • No copies are available to be placed on hold
  • @@ -567,7 +567,7 @@ function checkMultiHold() { [% IF ( biblioloo.reserveloop ) %] - [% IF ( biblioloo.multi_hold ) %] + [% IF ( multi_hold ) %] [% END %] --
    [% biblioloo.title |html %]