[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-15-g8073799

Git repo owner gitmaster at git.koha-community.org
Wed Apr 6 15:20:22 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.22.x has been updated
       via  80737996ec728d0cb6264f35a2a98a6f33ee445f (commit)
      from  107e6de672a57ad88fe1315aba2845856a73b64e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 80737996ec728d0cb6264f35a2a98a6f33ee445f
Author: Marc Véron <veron at veron.ch>
Date:   Wed Feb 10 17:21:40 2016 +0100

    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')
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=11497
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit 7f8037f642913d94ebec70413c6fd8cadfdf938d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list