From 96a6472747ae77e5415fddb9824b003ce3998494 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 7a7716b6d8039476a6cc2d6403092cc2df42458e) Signed-off-by: Lucas Gass (cherry picked from commit 3eceb3d5fe9c8c5ae6ce04720364acd21be0a7e6) Signed-off-by: Arthur Suzuki --- .../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 02c397876f..3a4a4c8f3e 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.39.5