From 637e949e70c42b39d71c243377399e39dcd2512c 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 --- .../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 258d2b48e4..4bd583e41c 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.20.1