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