Bugzilla – Attachment 138805 Details for
Bug 31305
Useless "type" parameter passed in detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31305: Remove type= from detail.pl
Bug-31305-Remove-type-from-detailpl.patch (text/plain), 1.98 KB, created by
Jonathan Druart
on 2022-08-08 14:01:38 UTC
(
hide
)
Description:
Bug 31305: Remove type= from detail.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-08-08 14:01:38 UTC
Size:
1.98 KB
patch
obsolete
>From 72e91403bdc7802a4aa436b6785272e5fdabf326 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 3 Dec 2021 16:45:44 +0100 >Subject: [PATCH] Bug 31305: Remove type= from detail.pl > >This is not related to anything known.. was it "itype" at some point? >`git log -p` will tell you that it's there for a looong time already >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 14ac3460a4d..0fbbb9442b4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -556,7 +556,7 @@ Note that permanent location is a code, and location may be an authval. > <td class="renewals" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td> > <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td> > <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td> >- <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> >+ <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&biblionumber=[% item.biblionumber | uri %]&bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td> > [% IF ( itemdata_uri ) %] > [% IF item.uri.split(' \| ').size > 1 %] > <td class="uri"> >-- >2.25.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 31305
:
138805
|
138815