From 5e7def0191eef3551bd84c5c770fa36b751a02a5 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 --- 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 c4c97e79a9..59f492ca99 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.20.1