Bug 29637: AutoSwitchPatron should look for card number in the barcode
authorMichael Hafen <michael.hafen@washk12.org>
Fri, 3 Dec 2021 18:43:16 +0000 (11:43 -0700)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 7 Dec 2021 20:33:28 +0000 (10:33 -1000)
commitd308a064d75d3509b1a193af06203400b3b99d9d
tree5a856bc9c05969cabce42e5fe20e4fe2d12140e2
parenta72b787bfe3889f0c4c2631c4315db04730f4a10
Bug 29637: AutoSwitchPatron should look for card number in the barcode

Bug 26352 changed the line in circ/circulation.pl that searches for a
patron card number in the barcode field from using the $barcode variable
to the $findborrower variable.  This breaks AutoSwitchPatron.

Test plan:

1. make sure AutoSwitchPatron system preference is on.
2. get two patron card numbers.
3. enter the first card number to check out to the patron.
4. enter the second card number in the item barcode field.
5. observe that the barcode is not found.

6. apply patch

7. enter the second card number in the item barcode field again.
8. observe that the second patron is loaded to check out to.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
circ/circulation.pl