From 9f908a24622f5f78c571b22a47070d131110eaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20R=C3=A4is=C3=A4?= Date: Mon, 20 Oct 2025 14:41:00 +0300 Subject: [PATCH] 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 92e438c86e..0acd48d073 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -493,7 +493,7 @@ - @@ -501,7 +501,7 @@ [% IF ( RECALLED ) %]
-
-- 2.34.1