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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +1 lines)
Lines 403-409 Link Here
403
                                                    <h4>Hold for:</h4>
403
                                                    <h4>Hold for:</h4>
404
                                                    <ul>
404
                                                    <ul>
405
                                                        <li>
405
                                                        <li>
406
                                                            <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.surname | html %], [% patron.firstname | html %]</a> ([% patron.cardnumber | html %])
406
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
407
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
407
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
408
                                                        </li>
408
                                                        </li>
409
                                                        [% INCLUDE display_holdpatron_address %]
409
                                                        [% INCLUDE display_holdpatron_address %]
410
- 

Return to bug 22814