Bug 38641 - Javascript error generated in SCI if item not checked out
Summary: Javascript error generated in SCI if item not checked out
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Self checkout (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-06 00:57 UTC by David Cook
Modified: 2024-12-06 00:57 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2024-12-06 00:57:22 UTC
If you try to use the SCI to check in an item that's not checked out, a Javascript error is generated.

sci-main.pl:778 Uncaught TypeError: Cannot read properties of null (reading 'value')
    at checkBarcodeInput (sci-main.pl:778:28)
    at sci-main.pl:785:1