[Koha-bugs] [Bug 36139] Bug 35518 follow-up: fix AutoSwitchPatron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Mar 16 00:03:11 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139

David Nind <david at davidnind.com> 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 <david at davidnind.com> ---
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.


More information about the Koha-bugs mailing list