https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39748
--- Comment #17 from Katrin Fischer <[email protected]> --- Hi David, I am sorry I didn't leave more information here last year, but I remember some still from my digging into it. I don't think it's the data. We checked the data up and down and the invalid date was not there. And this affected in multiple instances, so a data issue seems quite unlikely. I came to the conclusion, that the problem was in the code. I believe that we invoke "today" somewhere in the code with 00:00:00 to use for other calculations and that is invalid for that day - so it explodes. It could also be a bad pattern, that is used in multiple spots. Look at the places that broke, it was not the patron search: - checkouts tab - details tab All other patron account tabs worked. The patron's age is shown on other tabs we well. Maybe the way we calculate if something is shown as overdue? Thinking of the checkout table and some other notes like patron expiration and waiting holds that those 2 pages share. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
