Upon upgrading from 3.20 to 3.22 we've noticed our Self checkout computer displays the following software error when checking out an item: "The given date (01/01/2020 00:00) does not match the date format (sql) at /usr/share/koha/lib/Koha/DateUtils.pm line 153." The date, I discovered, is actually the patron's account expiry. Thinking it's something to do with the date format, I tried changing the dateformat syspref to mm/dd/yyyy (we normally use dd/mm/yyyy) but that didn't help. I've also observed that it actually does check the item out. The staff client has no problems checking in/out. I've had to revert back to 3.20 so unfortunately I don't have the ability to test this anymore. I am happy to provide details of our installation if necessary though.
Hi Derryn, this sounds somewhat similar to a behaviour in batch checkout that is resolved by bug 15429 - could you check if this also fixes your problem?
You are correct, that patch fixed it! Thanks.
*** This bug has been marked as a duplicate of bug 15429 ***
(In reply to Derryn from comment #2) > You are correct, that patch fixed it! Thanks. Could you signoff the patch please?