https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38254 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This fixes patron release notes| |autocomplete searching so | |that it continues to work | |if there are patron | |accounts without an account | |expiry date, instead of | |failing. This could happen | |because of incorrect data, | |including from migration or | |previous upgrades - Koha | |now expects a date, where | |it may not have in the | |past. --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. For step 1, I used this SQL query to update the expiry date for Mary to NULL: update borrowers set dateexpiry=NULL where borrowernumber=49; 2. PatronAutoComplete is already set to "Try" in KTD. 3. To see the 'Expired' badge, edit Mary's acccount so that 'Expiry date' is blank, then do a search in the search bar at the top. -- You are receiving this mail because: You are watching all bug changes.