[Koha-bugs] [Bug 8391] Cannot view reading record through staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 9 14:42:01 CEST 2012


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

--- Comment #1 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 10713
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10713&action=edit
Bug 8391 - Cannot view reading record through staff client

This bug reveals itself when attempting to view the reading record
of a borrower who currently has items checked out. Readingrec.pl
attempts to format the returndate field for both old and current
issues, even though current issues have no returndate. This is what
is causing the error.

Resolved by adding a conditional to check for a valid date before
formatting said date.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list