From 7fe160eafbb3160361f1531e36e44b247e85e3d6 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 17 Oct 2024 23:45:06 +0000 Subject: [PATCH] Bug 38199: [24.05.x] Add back missing print class To test: 1. Find an item to checkout that doesn't belong to the branch you are logged in at. 2. Check the item out. 3. Go to Circulation > Check in 4. Using the check in input in the main area ("Check in"), check the item in 5. A modal should appear, "Please return this item to {branch}" 6. Click "Print slip" 7. Deal with the browsers print dialouge. ( print, cancel, or save should work for testing) 8. After the modal closes focus is not brought back to the barcode field. 9. Check the item in again, this should trigger the "Wrong transfer detected, please return item to: {branch}" modal. 10. Click "Print transfer slip", here the modal closes and properly gives focus to the #barcode input. 11. APPLY PATCH, clear browser cache. 12. Try all the steps again, each time focus should be restored to the #barcode input --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 7091e5ef8e7..9d38faf3220 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -782,7 +782,7 @@ [% ELSE %] - + [% END %] -- 2.39.2