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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-2 / +2 lines)
Lines 696-705 function patron_autocomplete(node, options) { Link Here
696
                          ")</span>,"
696
                          ")</span>,"
697
                        : "") +
697
                        : "") +
698
                    " " +
698
                    " " +
699
                    ViewContactInformation ?
699
                    $format_address(item, {
700
                    $format_address(item, {
700
                        no_line_break: true,
701
                        no_line_break: true,
701
                        include_li: false,
702
                        include_li: false,
702
                    }) +
703
                    }) : "") +
703
                    " " +
704
                    " " +
704
                    (!singleBranchMode
705
                    (!singleBranchMode
705
                        ? '<span class="ac-library">' +
706
                        ? '<span class="ac-library">' +
706
- 

Return to bug 37144