https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17550
--- Comment #9 from Chris Kirby <[email protected]> --- Created attachment 57780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57780&action=edit Bug 17550: Display additional patron data in patron suggestion form When in Home > Circulation > Checkouts and the librarian wants to select a patron to perform a checkout upon, the suggestions currently display only the following patron data: Surname, Firstname (CardNumber) Address City Zipcode Country. It would be useful if patron INITIALS were also displayed, like this: Surname, Firstname INITIALS (CardNumber) Address City Zipcode Country To Test: 1) In the staff interface, /cgi-bin/koha/circ/circulation.pl, start typing an existing patron (last)name in the "Checkout" textarea. 2) Suggestions are provided, surname and firstname formatted as plain text, WITHOUT the patron Initials being displayed. 3) Apply the patch. 4) Repeat step 1. 5) Observe that the suggestions display surname and first name formatted in bold and the the Initials displayed in italics. Signed-off-by: Chris Kirby <[email protected]> Works as advertised. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
