From 0f7d3fab6cef893b3fa7c0bdb8e71c8f5b960b55 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 Signed-off-by: Julian Maurice Signed-off-by: Martin Renvoize --- 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.5