http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8391
--- Comment #1 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ 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/
