From 53a3206745643dbebe18816355036884e1e7f0e8 Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Mon, 22 Jul 2024 15:48:01 +0000 Subject: [PATCH] Bug 37374: Fix functionality of 'Place hold' button for club holds To test: 1) create a club 2) put 1 patron in your club 3) find a bib 4) Click Holds, then Clubs 5) search for your club, confirm hold detail 6) click Place Hold 7) nothing happens 8) Apply patch 9) Refresh page and click 'Place hold' again 10) Hold is properly placed Signed-off-by: Roman Dolny --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 335aa6355f..457708dfd4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -302,7 +302,7 @@
Hold details -
+ [% IF ( multi_hold ) %] -- 2.39.2