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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +1 lines)
Lines 505-511 Link Here
505
                                    r += $patron_to_html(row, { invert_name: 1 });
505
                                    r += $patron_to_html(row, { invert_name: 1 });
506
                                    [% END %]
506
                                    [% END %]
507
                                    r += '<br/>';
507
                                    r += '<br/>';
508
                                    [% IF CAN_borrowers_view_contact_information %]
508
                                    [% IF CAN_user_borrowers_view_contact_information %]
509
                                    r += '<div class="address"><ul>';
509
                                    r += '<div class="address"><ul>';
510
                                    r += $format_address(row, { no_line_break: true, include_li: true });
510
                                    r += $format_address(row, { no_line_break: true, include_li: true });
511
511
512
- 

Return to bug 37144