Created attachment 148351 [details] missing space Display of patron names on /cgi-bin/koha/circ/circulation.pl and /cgi-bin/koha/members/moremember.pl are missing a space before the patron's last name. Henry Acevedo appears as HenryAcevedo. If you give him a middle name he's Henry JamesAcevedo. Adding a nickname makes a space appear properly.
Created attachment 148381 [details] [review] Bug 33266: Fix missing space in patron title This patch fixes the missing space in patron-title.inc Test plan: 1) Visit a patron's detail page and observe that there should be a missing space between the first name and the surname 2) Apply patch 3) The name should now be correctly formatted
Created attachment 148382 [details] [review] Bug 33266: Fix missing space in patron title This patch fixes the missing space in patron-title.inc Test plan: 1) Visit a patron's detail page and observe that there should be a missing space between the first name and the surname 2) Apply patch 3) The name should now be correctly formatted Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Thanks Matt, trivial fix can go straight to PQA.
Pushed to master for 23.05. Nice work everyone, thanks!
Not backporting, dependent on bug 31028 so produces a conflict
*** Bug 33369 has been marked as a duplicate of this bug. ***
Interesting.. I thought I'd already fixed this with `Bug 31028: (follow-up) Fix missing whitespace on patron-title`.. did I miss a bit?