From c53bcf88c784d2dc4273cf0cb5df5c8dd1407f44 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Tue, 24 Jun 2025 16:29:54 +0000 Subject: [PATCH] Bug 39371: Limit "Holds to place" input based on holds_per_record rule and prompt for multiple holds --- .../prog/en/modules/reserve/request.tt | 902 +++++++++--------- 1 file changed, 463 insertions(+), 439 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 1a949d3c4b..c38ef6f2f0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -661,7 +661,21 @@ [% UNLESS remaining_holds_for_record == 1 %]
  • - + + [% IF max_holds_for_record %] +

    The maximum number of holds to place is [% max_holds_for_record %].

    + [% ELSE %] +

    There is no set maximum for holds.

    + [% END %]
  • [% ELSE %] @@ -1432,507 +1446,517 @@ [% END %]