[Koha-bugs] [Bug 11498] Prevent bypassing sco timeout with print dialog

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 10 17:36:20 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11498

--- Comment #2 from Marc Véron <veron at veron.ch> ---
Created attachment 47859
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=47859&action=edit
Bug 11498 - Prevent bypassing sco timeout with print dialog

This patch prevents bypassing the self check timeout with the print dialog.

To test:
- Set syspref 'WebVasedSelfCheck' to 'Enable'
- Set syspref 'SelfCheckoutReceivePrompt' to 'Show'
- Set syspref 'SelfCheckTimeout' to 20 seconds
- Apply patch
- Go to SCO page (/cgi-bin/koha/sco/sco-main.pl)
- Enter card number
- Click 'Finish'. Dialog "Would you like to pritn a receipt?' appears.
- Confirm printing without waiting 20 seconds
  => Result: Print slip, SCO page shows 'Please enter your card number'
- Enter card number again
- Click 'Finish'. Dialog "Would you like to pritn a receipt?' appears.
- Wait > 20 seconds (value of SelfCheckTimeout) and then confirm.
  => Result: Message appears "Timeout while waiting for print confirmation"
- Click on OK.
  => Result: Self checkout page refreshes (shows 'Please enter your card
number')

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list