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.
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