https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40158 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- Created attachment 183315 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183315&action=edit Bug 40158: [alternate] Remove unnecessary timeout check on sco slip print This change removes an unnecessary/buggy SelfCheckTimeout check when using SelfCheckReceiptPrompt slip printing. To test: 1. Have SelfCheckReceiptPrompt enabled 2. Go to the self checkout module 3. Login and press 'Finish' 4. Click 'Print receipt and end session' 5. The print screen isn't shown and the user is just logged out 6. APPLY PATCH and refresh the page 7. Login and press 'Finish' then click "Print receipt and end session" 8. You should now see a print screen Notes: Set SelfCheckTimeout to a small value like 10 to see that not choosing an option for the SelfCheckReceiptPrompt will mean you're automatically logged out by the timer. If you do choose "Print receipt and end session", the original window will redirect to the logout endpoint, but it won't completely load until after the print screen is actioned - at least in Chrome. -- You are receiving this mail because: You are watching all bug changes.