View | Details | Raw Unified | Return to bug 26678
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-3 / +1 lines)
Lines 189-196 Link Here
189
            [% FOREACH trsfitemloo IN trsfitemloop %]
189
            [% FOREACH trsfitemloo IN trsfitemloop %]
190
                <tr>
190
                <tr>
191
                    <td class="tf-title">
191
                    <td class="tf-title">
192
                        [% INCLUDE 'biblio-view-menu.inc' biblionumber = trsfitemloo.item.biblionumber %]
192
                        [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio link=1 %]
193
                        [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio %]
194
                        </a>
193
                        </a>
195
                    </td>
194
                    </td>
196
                    <td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td>
195
                    <td class="tf-author">[% trsfitemloo.item.biblio.author | html %]</td>
197
- 

Return to bug 26678