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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-3 / +2 lines)
Lines 384-390 Link Here
384
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a></caption>
384
        <caption><a href="/cgi-bin/koha/catalogue/detail.pl?type=intra&amp;biblionumber=[% itembiblionumber | uri %]">[% title | html %]</a></caption>
385
        <tr>
385
        <tr>
386
            <th>Hold for:</th>
386
            <th>Hold for:</th>
387
            <td>[% INCLUDE 'patron-title.inc' patron=patron %]</td>
387
            <td>[% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]</td>
388
        </tr>
388
        </tr>
389
        </table>
389
        </table>
390
        <form method="post" action="returns.pl"><input type="submit" value="OK" />
390
        <form method="post" action="returns.pl"><input type="submit" value="OK" />
Lines 426-432 Link Here
426
                    [% END %]
426
                    [% END %]
427
                    <h5>Hold for:</h5>
427
                    <h5>Hold for:</h5>
428
                        <li>
428
                        <li>
429
                            [% INCLUDE 'patron-title.inc' patron=patron %]
429
                            <td>[% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]</td>
430
                            <span class="patron-category"> - [% patron.category.description | html %]</span>
430
                            <span class="patron-category"> - [% patron.category.description | html %]</span>
431
                        </li>
431
                        </li>
432
432
433
- 

Return to bug 22203