From 4b2be4b7b5870bb68d4f22f6daf5d77f271efca8 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. --- 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 e466f3a491..18d136c4f3 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