Bugzilla – Attachment 16661 Details for
Bug 7241
circulation action logs record biblionumber instead of item number
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
follow-up fixing the template
0001-Bug-7241-follow-up-viewlog-link-for-circulation.patch (text/plain), 1.78 KB, created by
Adrien SAURAT
on 2013-03-21 15:12:36 UTC
(
hide
)
Description:
follow-up fixing the template
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2013-03-21 15:12:36 UTC
Size:
1.78 KB
patch
obsolete
>From c3e414b1f946055454e8a8de457c37813e601208 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Thu, 21 Mar 2013 16:05:27 +0100 >Subject: [PATCH] Bug 7241, follow-up: viewlog link for circulation > >Fixes a few things about the CIRC link in viewlogs: >- "itemnumber=" instead of "item=" >- anchor #item was filled with the wrong field >- tooltip now indicates "item" instead of "biblio" > >Signed-off-by: Adrien Saurat <adrien.saurat@biblibre.com> >--- > .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >index 1f42f53..a1d6e89 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt >@@ -168,7 +168,7 @@ > </td> > <td> > [% IF ( loopro.CIRCULATION ) %] >- <a href="/cgi-bin/koha/catalogue/moredetail.pl?item=[% loopro.info %]&biblionumber=[% loopro.biblionumber %]&bi=[% loopro.biblioitemnumber %]#item[% loopro.object %]" title="Display detail for this biblio">Item [% loopro.barcode |html %]</a> >+ <a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% loopro.info %]&biblionumber=[% loopro.biblionumber %]&bi=[% loopro.biblioitemnumber %]#item[% loopro.info %]" title="Display detail for this item">Item [% loopro.barcode |html %]</a> > [% ELSE %] > [% loopro.info |html %] > [% END %] >-- >1.7.5.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 7241
:
7088
|
7471
|
9870
|
11415
|
12043
|
12434
|
14745
|
14945
|
16202
|
16627
|
16636
|
16637
|
16638
| 16661