http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7198
Bug #: 7198
Summary: overdue report does not display patron name if
firstname and/or surname are null
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: rel_3_8
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Circulation
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected]
The overdue report (circ/overdue.pl) fails to display the patron name if the
surname and/or firstname are null. This is because the concat() function in
MySQL (properly) returns NULL if any of its arguments are NULL.
Instead of using concat(), the individual name components should be returned,
allowing the template to format the patron name however desired.
--
Configure bugmail:
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
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/