From 5328cf725032da80986131f3fcca1b89493aaa78 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Dec 2019 14:06:06 +0100 Subject: [PATCH] Bug 24171: Check auto_renew if confirmation is needed Test plan: Add some fines Check auto_renew and check an item out, using a title keyword Pick one item You get the confirmation box => Notice that the auto_renew checkbox is checked Signed-off-by: Katrin Fischer Signed-off-by: Bouzid Fergani --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 7c7eaef..1eeb19e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -566,9 +566,17 @@ [% UNLESS ( noissues ) %]
[% IF NEEDSCONFIRMATION %] - + [% IF auto_renew %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% IF auto_renew %] + + [% ELSE %] + + [% END %] [% END %] -- 2.7.4