29 Mar
2012
29 Mar
'12
3:33 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7482 --- Comment #1 from Kyle M Hall <kyle.m.hall@gmail.com> --- Created attachment 8685 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8685&action=edit Bug 7482 - overdues report downloads without names This bug is caused by the build_csv subroutine in overdue.pl using the hash key 'name' for the name field which does not exist. Fixed by adding the name field as a concatenation of firstname and surname to the loop that builds the array of hashrefs, @overduedata. It will be ignored by the Koha 'html' view of the overdue data and will only be used when exporting overdues to csv. -- You are receiving this mail because: You are watching all bug changes.