https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41094
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed CC| |[email protected] --- Comment #11 from David Nind <[email protected]> --- Testing notes (using KTD): 1. I used Mary Burton's account for testing (borrowernumber=49). 2. Test plan step: Choose a patron with a positive value (say 55) in borrowers.login_attempts: - use this SQL to update: . koha-mysql kohadev . update borrowers set login_attempts=55 where borrowernumber='49'; 3. Test plan step: Fill dateexpiry for this patron to yesterday: - Edit the patron and change the 'Expiry date (...)' field under the library management section 4. Test plan step: Run cleanupdatabase.pl....: - misc/cronjobs/cleanup_database.pl -confirm -v -- 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/
