From c03ec987e3eca199e5673915fe9f55943ad0a0c8 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 --- .../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 b1d764fb68..78b74a46e8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -235,7 +235,7 @@ [% END %] - [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %] + [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
@@ -312,6 +312,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