https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20527 --- Comment #2 from Victor Grousset/tuxayo <victor.grousset@biblibre.com> --- This is not a functional bug it's a mistake in the HTML where a label is not well linked to the input field. Well actually there a small functional symptom. 1. Go to a patron 2. Go to Fines 3. Go to Pay fines 4. Write off an individual fine line 5. URL should be "staff://cgi-bin/koha/members/paycollect.pl?borrowernumber=9999999&writeoff_individual=999999" 6. Click on "Writeoff amount:" 7. The field is not focused. This is the bug. Linking a label and the field allow to focus the field when clicking the label. It can be also used by accessibility tools. E.g. for a screen reader a blind keyboard to tell the name of the field. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.