https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an issue when release notes| |the AutoSwitchPatron system | |preference is enabled (the | |issue was caused by bug | |35518 - added to Koha | |24.05.00, 23.11.03, and | |23.05.09). | | | |If you went to | |check out an item to a | |patron, and then entered | |another patron's card | |number in the item bar | |code, it was correctly: | |- | |switching to that patron | |- | |showing a message to say | |that the patron was | |switched. | | | |However, it was | |also incorrectly showing a | |"Barcode not found" message | |- this is now fixed, and is | |no longer displayed. --- Comment #9 from David Nind <[email protected]> --- Testing notes (using koha-testing-docker (KTD): 1. Enable the AutoSwitchPatron system preference. 2. Go to check out an item to a patron: enter name, such as Mary, in the check out search box. 3. On the check out page, enter the card number for another patron instead of an item barcode, for example: Lisa - 23529000197047. 4. The patron correctly switches to Lisa. 5. Two messages are displayed: Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron. Barcode not found The barcode was not found: 23529000197047 Add record using fast cataloging 6. Only the first message should be displayed. 7. Apply the patch and repeat. 8. The barcode not found message is no longer displayed. -- 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/
