When pressing "Submit" on the "Self Check-in" page with the barcode field left empty, the barcode element still appears in the list. To recreate this bug: Enable the "SelfCheckInModule". Open the page and press the "Submit" button.
Created attachment 171038 [details] [review] Bug 37836 - Prevent submitting empty barcodes in Self check-in
Created attachment 171040 [details] [review] Bug 37836: Prevent submitting empty barcodes in Self check-in This patch disbles the "Submit" button when the barcode field is empty. To test this patch: Add the patch to your koha clone Enable the "SelfCheckInModule". Open the page and the "Submit" button should be disabled when the barcode field is empty. Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov>