Summary: | overdue report does not display patron name if firstname and/or surname are null | ||
---|---|---|---|
Product: | Koha | Reporter: | Galen Charlton <gmcharlt> |
Component: | Circulation | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, m.de.rooy, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 6585 | ||
Bug Blocks: | |||
Attachments: |
proposed bugfix
proposed bugfix proposed fix bug 7198: show patron name in overdue list even if name column is null |
Description
Galen Charlton
2011-11-09 01:29:50 UTC
Created attachment 6260 [details]
proposed bugfix
Created attachment 6261 [details]
proposed bugfix
Hmm something odd with the patch attached here Created attachment 6296 [details] [review] proposed fix The content of attachment 6261 [details] has been deleted by Galen Charlton <gmcharlt@gmail.com> who provided the following reason: wrong attachment The token used to delete this attachment was generated at 2011-11-11 20:16:03 UTC. Corrected version attached. Created attachment 6300 [details] [review] bug 7198: show patron name in overdue list even if name column is null If the surname or firstname of a patron is NULL, the MySQL concat() function (properly) returns NULL, leading to the patron name not displaying in the overdue report. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> QA: Looks good. Updating patch status. Patch pushed, please test Included in 3.6 prior to 3.6.5. |