Bugzilla – Attachment 44883 Details for
Bug 15114
warning on purchase suggestions is inaccurate
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15114: Fix typo in opac-suggestion template
Bug-15114-Fix-typo-in-opac-suggestion-template.patch (text/plain), 1.65 KB, created by
Frédéric Demians
on 2015-11-16 18:40:04 UTC
(
hide
)
Description:
Bug 15114: Fix typo in opac-suggestion template
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2015-11-16 18:40:04 UTC
Size:
1.65 KB
patch
obsolete
>From 47b6dd61dfea7d10994723de477d247f08aa6ac6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 13 Nov 2015 15:45:04 +0000 >Subject: [PATCH] Bug 15114: Fix typo in opac-suggestion template >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >There is a $ in front of the loggedinusername variable, which is >obviously not what is expected here. > >It fixes the wrong warning message "You are not authorized to see >pending purchase suggestions." when it should be "There are no pending >purchase suggestions." > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index 4d792f6..78d18fc 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -234,7 +234,7 @@ > [% END %] > </form> > [% ELSE %] >- [% UNLESS Koha.Preference( 'OPACViewOthersSuggestions' ) or $loggedinusername %] >+ [% UNLESS Koha.Preference( 'OPACViewOthersSuggestions' ) or loggedinusername %] > <p>You are not authorized to see pending purchase suggestions.</p> > [% ELSE %] > <p>There are no pending purchase suggestions.</p> >-- >2.6.2
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 15114
:
44333
|
44848
|
44883
|
44890