From c81b8da0451016a183bcb02d92a2200a06986606 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 15 Dec 2021 09:20:52 +0000 Subject: [PATCH] Bug 29504: (follow-up) Account for other blockers Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../prog/en/modules/circ/circulation.tt | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 2ef9679e94..6792aff7f3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -246,7 +246,7 @@ - [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %] + [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
@@ -338,6 +338,30 @@
[% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %] + [% IF ADDITIONAL_MATERIALS && !CAN_user_circulate_force_checkout %] +
+ + + [% IF (forceallow) %][% END %] + + + + + + + + + [% IF ( RENEW_ISSUE ) %] + + [% ELSE %] + + [% END %] + + + +
+ [% END # /IF ADDITIONAL_MATERIALS %] + [% IF ( RESERVED or RESERVE_WAITING or TRANSFERRED or PROCESSING ) %]
-- 2.30.2