From 52d471a87d67e9152616bd72e866bd0f802c157d Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 21 Dec 2021 21:36:28 +0000 Subject: [PATCH] Bug 29338: (follow-up) only show print button when hold is waiting or intransit Signed-off-by: Sally --- koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc index 2ad46b0819..fddaad03e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc @@ -222,7 +222,11 @@ [%- END -%] - + [% IF ( hold.intransit || hold.atdestination ) %] + + [% ELSE %] + + [% END %] [% END %] -- 2.30.2