Bugzilla – Attachment 46614 Details for
Bug 15570
circ/renew.pl is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15570: (follow-up) Bug 11944 Remove all utf8 filter from templates
Bug-15570-follow-up-Bug-11944-Remove-all-utf8-filt.patch (text/plain), 2.17 KB, created by
Jonathan Druart
on 2016-01-13 17:52:26 UTC
(
hide
)
Description:
Bug 15570: (follow-up) Bug 11944 Remove all utf8 filter from templates
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-13 17:52:26 UTC
Size:
2.17 KB
patch
obsolete
>From 791411d85e34d4ad64a9be3379c6093233a5791b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 13 Jan 2016 17:51:01 +0000 >Subject: [PATCH] Bug 15570: (follow-up) Bug 11944 Remove all utf8 filter from > templates > >Test plan: >use circ/renew.pl to renew an issue. >Without this patch, you will get an error. > >Note: The error exists for 1 year now and nobody complained?? Does >someone still use this script? >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index 930bb06..5a33706 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -67,7 +67,7 @@ > > [% ELSIF error == "auto_too_soon" %] > >- <p>[% item.biblio.title | $EncodeUTF8 %] [% item.biblioitem.subtitle | $EncodeUTF8 %] ( [% item.barcode %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> >+ <p>[% item.biblio.title %] [% item.biblioitem.subtitle %] ( [% item.barcode %] ) has been scheduled for automatic renewal and cannot be renewed before [% soonestrenewdate | $KohaDates %]. </p> > > [% IF Koha.Preference('AllowRenewalLimitOverride') %] > <form method="post" action="/cgi-bin/koha/circ/renew.pl"> >@@ -79,7 +79,7 @@ > > [% ELSIF error == "auto_renew" %] > >- <p>[% item.biblio.title | $EncodeUTF8 %] [% item.biblioitem.subtitle | $EncodeUTF8 %] ( [% item.barcode %] ) has been scheduled for automatic renewal. </p> >+ <p>[% item.biblio.title %] [% item.biblioitem.subtitle %] ( [% item.barcode %] ) has been scheduled for automatic renewal. </p> > > [% IF Koha.Preference('AllowRenewalLimitOverride') %] > <form method="post" action="/cgi-bin/koha/circ/renew.pl"> >-- >2.1.0
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 15570
:
46614
|
46660
|
46762