@@ -, +, @@ transfers - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt +++ a/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 %] --