From 2d2c91f4a5f719d89a9c9ec777e3705ae3f85b6a Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 16 Sep 2020 13:18:09 +0100 Subject: [PATCH] Bug 25261: (QA follow-up) Prevent double dialogue This patch removes the blue information message box if we are using multi-part confirmations. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 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 42f20a72d8..a2b9097821 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -54,7 +54,7 @@
Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.
[% END %] - [% IF ADDITIONAL_MATERIALS %] + [% IF ADDITIONAL_MATERIALS && !NEEDSCONFIRMATION %]
Note about the accompanying materials:
[% ADDITIONAL_MATERIALS | html %]
-- 2.20.1