From 33b823dec5c995e94100a0403cc4c79226459b82 Mon Sep 17 00:00:00 2001 From: Slava Shishkin Date: Thu, 30 Oct 2025 18:10:01 +0200 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 Signed-off-by: Slava Shishkin --- 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 8872479a71e..45612cd5aaf 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.51.2