Bugzilla – Attachment 31608 Details for
Bug 12892
Holds Waiting: not showing from check out screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12892 [QA Followup] - Encode printed vars as UTF8
Bug-12892-QA-Followup---Encode-printed-vars-as-UTF.patch (text/plain), 1.85 KB, created by
Kyle M Hall (khall)
on 2014-09-15 13:15:40 UTC
(
hide
)
Description:
Bug 12892 [QA Followup] - Encode printed vars as UTF8
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-09-15 13:15:40 UTC
Size:
1.85 KB
patch
obsolete
>From e1930e11e5a536b9a79ff00c31116634c60fba07 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 15 Sep 2014 08:36:33 -0400 >Subject: [PATCH] Bug 12892 [QA Followup] - Encode printed vars as UTF8 > >--- > .../prog/en/modules/circ/circulation.tt | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >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 dc7324f..9aa8f9a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -603,10 +603,10 @@ No patron matched <span class="ex">[% message %]</span> > [% FOREACH w IN WaitingHolds %] > <ul> > <li> >- <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber %]">[% w.biblio.title | html %]</a> >- ([% w.item.effective_itemtype %]), >- [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] >- [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber %]] [% END %] >+ <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber %]">[% w.biblio.title | $EncodeUTF8 | html %]</a> >+ ([% w.item.effective_itemtype | $EncodeUTF8 %]), >+ [% IF ( w.biblio.author ) %] by [% w.biblio.author | $EncodeUTF8 | html %] [% END %] >+ [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | $EncodeUTF8 %]] [% END %] > Hold placed on [% w.reservedate | $KohaDates %]. > > <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 12892
:
31471
|
31472
|
31581
|
31600
|
31601
|
31603
|
31604
|
31605
|
31607
|
31608
|
31670
|
31671
|
31672
|
31962
|
31963
|
32010
|
32017
|
32044
|
32057
|
32066
|
32069
|
33222
|
33225
|
33236
|
33275