https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37375
--- Comment #24 from Katrin Fischer <[email protected]> --- (In reply to Christopher Brannon from comment #23) > Backport +1. We are running into this as well. > > What about the w field? We're running into an issue where we get a "month > out of range" error if the record contains 0000-00-00, which I guess is a > default value if nothing is entered. This field has never been required, > but suddenly it is causing problems. You need to fix the 0000-00-00, those are invalid dates and not defaults and should not exist in your database. There is bug 31143 aiming to create a clean-up script for those. Replace with NULL. -- You are receiving this mail because: 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/
