Summary: | Patron name missing space before surname | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Patrons | Assignee: | Matt Blenkinsop <matt.blenkinsop> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david.roberts, gmcharlt, kyle.m.hall, lucas, martin.renvoize, matt.blenkinsop |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00
|
|
Circulation function: | |||
Bug Depends on: | 31028 | ||
Bug Blocks: | |||
Attachments: |
missing space
Bug 33266: Fix missing space in patron title Bug 33266: Fix missing space in patron title |
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. *** |
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.