Bugzilla – Attachment 31671 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), 2.07 KB, created by
Olli-Antti Kivilahti
on 2014-09-17 11:54:17 UTC
(
hide
)
Description:
Bug 12892 [QA Followup] - Encode printed vars as UTF8
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2014-09-17 11:54:17 UTC
Size:
2.07 KB
patch
obsolete
>From c041603ca1970d5e755cd9f8542070d64932a950 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 > >--amended to add missing [% USE EncodeUTF8 %] >--- > .../prog/en/modules/circ/circulation.tt | 9 +++++---- > 1 file changed, 5 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 6729f07..7d7c87d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -1,5 +1,6 @@ > [% USE Branches %] > [% USE KohaDates %] >+[% USE EncodeUTF8 %] > [% IF ( export_remove_fields OR export_with_csv_profile ) %] > [% SET exports_enabled = 1 %] > [% END %] >@@ -602,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.9.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