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

--- Comment #1 from Kyle M Hall <[email protected]> ---
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.
_______________________________________________
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/

Reply via email to