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:
parent
e3a4d74b2f
commit
8988941dbc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue