@@ -, +, @@
---
koha-tmpl/intranet-tmpl/prog/js/staff-global.js | 1 +
1 file changed, 1 insertion(+)
--- a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js
+++ a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js
@@ -495,6 +495,7 @@ function patron_autocomplete(node, options) {
+ (item.link ? "" : "")
+ (item.surname ? item.surname.escapeHtml() : "") + ", "
+ (item.firstname ? item.firstname.escapeHtml() : "")
+ + " " + (item.middle_name ? item.middle_name.escapeHtml() : "")
+ cardnumber.escapeHtml()
+ " "
+ (item.date_of_birth
--