https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38254
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] 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 <[email protected]> --- 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. _______________________________________________ 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/
