Bug 9942: [QA Followup] - Add test and alert to returns.pl
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
This commit is contained in:
parent
94315f663b
commit
efedadebf2
1 changed files with 5 additions and 0 deletions
|
@ -107,6 +107,11 @@ $(document).ready(function () {
|
|||
<div id="yui-main">
|
||||
|
||||
<div class="yui-g">
|
||||
[% IF !Koha.Preference('AnonymousPatron') %]
|
||||
[% IF Koha.Preference('OPACPrivacy') %]
|
||||
<div class="dialog alert"><strong>Error:</strong> The system preference OPACPrivacy is set but AnonymousPatron is not! Please correct this before continuing circulation.</div>
|
||||
[% END %]
|
||||
[% END %]
|
||||
|
||||
[% IF additional_materials %]
|
||||
<div class="dialog message" id="materials">Note about the accompanying materials: <br />
|
||||
|
|
Loading…
Reference in a new issue