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 420-426 Link Here
420
                                                    <h4>Hold for:</h4>
420
                                                    <h4>Hold for:</h4>
421
                                                    <ul>
421
                                                    <ul>
422
                                                        <li>
422
                                                        <li>
423
                                                            <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.surname | html %], [% patron.firstname | html %]</a> ([% patron.cardnumber | html %])
423
                                                            [% INCLUDE 'patron-title.inc' patron=patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %]
424
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
424
                                                            <span class="patron-category"> - [% patron.category.description | html %]</span>
425
                                                        </li>
425
                                                        </li>
426
                                                        [% INCLUDE display_holdpatron_address %]
426
                                                        [% INCLUDE display_holdpatron_address %]
427
- 

Return to bug 22814