Koha/koha-tmpl/opac-tmpl/bootstrap
Jan Kissig 2884226fe2
Bug 36772: OPAC Self checkout accepts wrong or partial barcodes
When using the opac trusted checkout feature it is possible to enter non existant or partial barcodes to check out items.

    Testplan:
    a) set  System preference OpacTrustedCheckout  to Allow
    b) go to http://localhost:8080/ and login with koha / koha
    c) click Self Checkout in navigation bar
    d) enter barcode 1234
    e) result: Item '39999000011234' was checked out

    apply patch and reload the page

    a) now enter barcode 1234
    b) result: Item '1234' not found
    c) enter 39999000011234
    d) result: Item '39999000011234' was checked out

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
2024-05-14 15:34:31 +02:00
..
css Bug 36390: Two minor OPAC CSS fixes 2024-05-06 11:18:14 +02:00
en Bug 34823: Do not show Item group dropdown if there are no item groups 2024-05-13 14:00:16 +02:00
images
itemtypeimg
js Bug 36772: OPAC Self checkout accepts wrong or partial barcodes 2024-05-14 15:34:31 +02:00
lib/jquery