Bugzilla – Attachment 79160 Details for
Bug 21380
Circulation history UI improvements - make barcode clickable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21380: (QA follow-up) Use uri filter in link parameters
Bug-21380-QA-follow-up-Use-uri-filter-in-link-para.patch (text/plain), 1.46 KB, created by
Josef Moravec
on 2018-09-20 11:39:38 UTC
(
hide
)
Description:
Bug 21380: (QA follow-up) Use uri filter in link parameters
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-09-20 11:39:38 UTC
Size:
1.46 KB
patch
obsolete
>From e57859a94d08dad1c17eb55f547c84934837e50a Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 20 Sep 2018 11:35:11 +0000 >Subject: [PATCH] Bug 21380: (QA follow-up) Use uri filter in link parameters > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 9d79814..ab9a202 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -84,7 +84,7 @@ > [% END %] > </td> > >- <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | html %]&biblionumber=[% issue.biblionumber | html %]&bi=[% issue.biblioitemnumber | html %]#item[% issue.itemnumber | html %]">[% issue.barcode | html %]</a></td> >+ <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% issue.itemnumber | uri %]&biblionumber=[% issue.biblionumber | uri %]&bi=[% issue.biblioitemnumber | uri %]#item[% issue.itemnumber | uri %]">[% issue.barcode | html %]</a></td> > <td>[% issue.renewals | html %]</td> > <td> > <span title="[% issue.issuedate | html %]">[% issue.issuedate |$KohaDates with_hours => 1 | html %]</span> >-- >2.1.4
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 21380
:
79118
|
79124
|
79159
| 79160