From 17c530a2478a82d0a674c1cd2e56b346b4ac420c Mon Sep 17 00:00:00 2001 From: Owen Leonard 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. --- 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 %] - [% 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 %] [% trsfitemloo.item.biblio.author | html %] -- 2.11.0