[koha-commits] main Koha release repository branch master updated. v3.22.00-1046-g7f8037f

Git repo owner gitmaster at git.koha-community.org
Thu Mar 31 20:45:06 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, master has been updated
       via  7f8037f642913d94ebec70413c6fd8cadfdf938d (commit)
      from  181a85fe1513ce070e319e9d042578d96418dc17 (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 7f8037f642913d94ebec70413c6fd8cadfdf938d
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>

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

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