Bug 41055 - Missing accesskey attribute for print button (shortcut P)
Summary: Missing accesskey attribute for print button (shortcut P)
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Johanna Räisä
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-20 09:33 UTC by Johanna Räisä
Modified: 2025-10-20 11:50 UTC (History)
2 users (show)

See Also:
GIT URL:
Sponsorship status: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 41055: add missing accesskey attribute for print button (2.68 KB, patch)
2025-10-20 11:50 UTC, Johanna Räisä
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Johanna Räisä 2025-10-20 09:33:21 UTC
The print buttons labeled "Don't check out, confirm hold, and print slip (P)" and "Don't check out and print slip (P)" in circulation.tt are missing the accesskey="p" attribute, which prevents users from using the keyboard shortcut "P" to activate the button.

The button appears when you are trying to checkout an item that is waiting for other patron.
Comment 1 Johanna Räisä 2025-10-20 11:50:37 UTC
Created attachment 188158 [details] [review]
Bug 41055: add missing accesskey attribute for print button

This commit adds the missing accesskey attribute to the print button in the circulation template.

Test plan:
1. Try to checkout an item that is waiting for pickup.
2. Try to print the checkout receipt using the alt+shift+p keyboard shortcut.
3. Verify that nothing happens when using the shortcut.
4. After applying this commit, try the same steps again.
5. Verify that the print button now works with the alt+shift+p keyboard shortcut.

Sponsored-by: Koha-Suomi Oy