Bugzilla – Attachment 49573 Details for
Bug 16145
Regression: Bug 15632 broke display of library name on circulation messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16145: Regression: Bug 15632 broke display of library name on circulation messages
PASSED-QA-Bug-16145-Regression-Bug-15632-broke-dis.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2016-03-24 22:31:29 UTC
(
hide
)
Description:
[PASSED QA] Bug 16145: Regression: Bug 15632 broke display of library name on circulation messages
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-24 22:31:29 UTC
Size:
1.47 KB
patch
obsolete
>From ba3843002d83bedd8fa12b9fa8eb4e47ba20a568 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 24 Mar 2016 21:28:21 +0000 >Subject: [PATCH] [PASSED QA] Bug 16145: Regression: Bug 15632 broke display of > library name on circulation messages > >Wrong var loop used! > >Test plan: >Add a message for a patron on the checkouts page. >The library name should be displayed. > >Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 57e5cf2..0efe49b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -839,7 +839,7 @@ No patron matched <span class="ex">[% message %]</span> > <li> > <span class="circ-hlt"> > [% message.message_date | $KohaDates %] >- [% Branches.GetName( lib_messages_loo.branchcode ) %] >+ [% Branches.GetName( message.branchcode ) %] > <i>"[% message.message %]"</i> > </span> > [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %] >-- >1.9.1
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 16145
:
49560
|
49571
| 49573