Bug 26678: Remove incorrect include file from table of transfers
authorOwen Leonard <oleonard@myacpl.org>
Wed, 21 Oct 2020 03:34:17 +0000 (03:34 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sun, 25 Oct 2020 23:14:41 +0000 (00:14 +0100)
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>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt

index 706211e..50a342c 100644 (file)
             [% 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>