Bug 21978: Add middle_name into hold request autocomplete
Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
d5608b8ff0
commit
a89c710978
1 changed files with 1 additions and 0 deletions
|
@ -1606,6 +1606,7 @@
|
|||
+ ( item.surname ? item.surname.escapeHtml() : "" )
|
||||
+ ", "
|
||||
+ ( item.firstname ? item.firstname.escapeHtml() : "" )
|
||||
+ ( item.middle_name ? " " + item.middle_name.escapeHtml() : "" )
|
||||
+ " (" + ( item.cardnumber ? item.cardnumber.escapeHtml() : "" ) + ")"
|
||||
+ " "
|
||||
+ "<small>"
|
||||
|
|
Loading…
Reference in a new issue