Bugzilla – Attachment 68865 Details for
Bug 19554
The inventory table should jump to detail instead of MARCdetail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19554: The inventory table should jump to detail instead of MARCdetail
Bug-19554-The-inventory-table-should-jump-to-detai.patch (text/plain), 1.58 KB, created by
Marcel de Rooy
on 2017-10-31 15:00:04 UTC
(
hide
)
Description:
Bug 19554: The inventory table should jump to detail instead of MARCdetail
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-10-31 15:00:04 UTC
Size:
1.58 KB
patch
obsolete
>From bbaf8ed98f4f5e2f332cd79f0f9a00a433337ec8 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 31 Oct 2017 15:57:13 +0100 >Subject: [PATCH] Bug 19554: The inventory table should jump to detail instead > of MARCdetail >Content-Type: text/plain; charset=utf-8 > >This patch just replaces the link to detail. >Detail provides item information needed in case of inventory problems. > >Test plan: >Go to Tools/Inventory. >Create an inventory list without barcode file. >Check if the link goes to detail now. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index 00b8183..c340b60 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -312,7 +312,7 @@ $(document).ready(function(){ > <span class="shelvingloc">[% result.location | html %]</span> > </td> > <td> >- <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a> >+ <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% result.biblionumber %]" class="openWin">[% result.title | html %]</a> > [% IF ( result.author ) %] > by <span class="author">[% result.author | html %]</span> > [% END %] >-- >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 19554
:
68865
|
68875
|
69826