From 51e0edd911a2cf1cd20cea10e84c889fd9e28425 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 2 Jun 2022 17:24:21 +0000 Subject: [PATCH] Bug 30892: (bug 30742 follow-up) Send single bib as a holdable bib To test: 1. Try placing hold 2. Everything seems to work but no hold gets placed. 3. Apply patch 4. Verify holds are no placed correctly. Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 ++ 1 file changed, 2 insertions(+) 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 de4b956920..396afc7964 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -209,6 +209,7 @@ [% END %] [% END %] [% ELSE %] + [% END # /IF multi_hold %] @@ -459,6 +460,7 @@ [% END %] [% END %] [% ELSE %] + [% END # /IF multi_hold %] -- 2.30.2