Bugzilla – Attachment 112449 Details for
Bug 26678
When putting an item into manual transfer, tabs from detail view show in table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26678: Remove incorrect include file from table of transfers
Bug-26678-Remove-incorrect-include-file-from-table.patch (text/plain), 1.63 KB, created by
David Nind
on 2020-10-25 01:56:59 UTC
(
hide
)
Description:
Bug 26678: Remove incorrect include file from table of transfers
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-10-25 01:56:59 UTC
Size:
1.63 KB
patch
obsolete
>From 4d7c7aac80ff22aa4cb65dd120cb463499a67d7e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 21 Oct 2020 03:34:17 +0000 >Subject: [PATCH] Bug 26678: Remove incorrect include file from table of > transfers > >This patch removes a mistakenly-added include file from the transfer >template which was resulting in a menu being shown in the wrong place. > >To test, apply the patch and go to Circulation -> Transfer. > >- Submit an item for transfer. >- In the table of transferred items you should see the title of the > item linked to the bibliographic details page. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >index 706211ec2e..50a342c748 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt >@@ -189,8 +189,7 @@ > [% FOREACH trsfitemloo IN trsfitemloop %] > <tr> > <td class="tf-title"> >- [% INCLUDE 'biblio-view-menu.inc' biblionumber = trsfitemloo.item.biblionumber %] >- [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio %] >+ [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio link=1 %] > </a> > </td> > <td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td> >-- >2.11.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 26678
:
112086
|
112449
|
112450