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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +2 lines)
Lines 608-613 function patron_autocomplete(node, options) { Link Here
608
                    (item.firstname ? item.firstname.escapeHtml() : "") +
608
                    (item.firstname ? item.firstname.escapeHtml() : "") +
609
                    " " +
609
                    " " +
610
                    (item.middle_name ? item.middle_name.escapeHtml() : "") +
610
                    (item.middle_name ? item.middle_name.escapeHtml() : "") +
611
                    " " +
612
                    (item.other_name ? item.other_name.escapeHtml() : "") +
611
                    cardnumber.escapeHtml() +
613
                    cardnumber.escapeHtml() +
612
                    " <small>" +
614
                    " <small>" +
613
                    (item.date_of_birth
615
                    (item.date_of_birth
614
- 

Return to bug 36204