https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15792
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Text to go in the| |This fixes patron renewal release notes| |from the patron check out | |or details page, so that | |you can't double-click the | |"Renew" link, and get | |double-charged the | |enrollment fee (where an | |enrollment fee is this is | |set for the patron | |category). | | | |It also changes the "Renew" | |link from a text link to a | |standard light-grey action | |button. --- Comment #7 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Step 3 - changing expiry date using SQL: - Access the database: koha-mysql kohadev - Check details for the patron, where XX is teh borrower number: select * from borrowers where borrowernumber=XX\G; - If using KTD and you have created a new patron, the borrowernumber=54 - SQL to update the expiry date: update borrowers set dateexpiry="2026-03-01" where borrowernumber=54; - On the patron's details page it should say "Expiration: Patron's card has expired. Renew or Edit details" 2. Step 11: Edit the patron record and the for the 'Expiry date' field, change the date to yesterday using the date picker. -- 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/
