From 46ba75d5e1882fcc3fb2a66195015a062706af50 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 8 Feb 2024 10:42:53 +0000 Subject: [PATCH] Bug 36030: acqui/basket: Do not place hold on deleted biblio Trivial fix. Test plan: Find a deleted biblio record in ACQ (in active orders part) and verify that there is no Place hold option on that row. Signed-off-by: Marcel de Rooy Signed-off-by: Emily Lamancusa Signed-off-by: Katrin Fischer (cherry picked from commit faee93aef666fa04956e14969b069da8874d23c8) Signed-off-by: Fridolin Somers --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 85ed634054..82953258d6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -681,7 +681,7 @@ [% books_loo.suppliers_report | html %] [% END %] - [% IF ( CAN_user_reserveforothers_place_holds ) %] + [% IF ( books_loo.biblionumber && CAN_user_reserveforothers_place_holds ) %] Place hold -- 2.39.5