[Koha-bugs] [Bug 7482] overdues report downloads without names

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 29 15:33:30 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7482

--- Comment #1 from Kyle M Hall <kyle.m.hall at 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.


More information about the Koha-bugs mailing list