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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-2 / +1 lines)
Lines 189-195 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-default-view.inc' biblionumber = trsfitemloo.item.biblionumber %]
192
                        [% INCLUDE 'biblio-view-menu.inc' biblionumber = trsfitemloo.item.biblionumber %]
193
                        [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio %]
193
                        [% INCLUDE 'biblio-title.inc' biblio=trsfitemloo.item.biblio %]
194
                        </a>
194
                        </a>
195
                    </td>
195
                    </td>
196
- 

Return to bug 23852