Bugzilla – Attachment 40683 Details for
Bug 9942
Circulation module cannot anonymise if anonymity user is not set up correctly.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9942 [QA Followup] - Add test and alert to returns.pl
Bug-9942-QA-Followup---Add-test-and-alert-to-retur.patch (text/plain), 1.14 KB, created by
Kyle M Hall (khall)
on 2015-06-26 16:58:08 UTC
(
hide
)
Description:
Bug 9942 [QA Followup] - Add test and alert to returns.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-06-26 16:58:08 UTC
Size:
1.14 KB
patch
obsolete
>From eb3f19d1bbb9bcf3515a508f6fcea17531295adb Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 25 Jun 2015 17:22:25 -0400 >Subject: [PATCH] Bug 9942 [QA Followup] - Add test and alert to returns.pl > >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 15b779f..f710cdb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -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 /> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9942
:
37617
|
40394
|
40682
| 40683