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

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +1 lines)
Lines 495-500 function patron_autocomplete(node, options) { Link Here
495
                    + (item.link ? "<a href=\"" + item.link + "\">" : "<a>")
495
                    + (item.link ? "<a href=\"" + item.link + "\">" : "<a>")
496
                    + (item.surname ? item.surname.escapeHtml() : "") + ", "
496
                    + (item.surname ? item.surname.escapeHtml() : "") + ", "
497
                    + (item.firstname ? item.firstname.escapeHtml() : "")
497
                    + (item.firstname ? item.firstname.escapeHtml() : "")
498
                    + " " + (item.middle_name ? item.middle_name.escapeHtml() : "")
498
                    + cardnumber.escapeHtml()
499
                    + cardnumber.escapeHtml()
499
                    + " <small>"
500
                    + " <small>"
500
                    + (item.date_of_birth
501
                    + (item.date_of_birth
501
- 

Return to bug 34719