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 <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Martin Renvoize 2020-09-16 13:18:09 +01:00 committed by Jonathan Druart
parent e3a4d74b2f
commit 8988941dbc

View file

@ -54,7 +54,7 @@
<div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div>
[% END %]
[% IF ADDITIONAL_MATERIALS %]
[% IF ADDITIONAL_MATERIALS && !NEEDSCONFIRMATION %]
<div id="materials" class="dialog message">Note about the accompanying materials: <br />
[% ADDITIONAL_MATERIALS | html %]
</div>