[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-79-gaacb4e6

Git repo owner gitmaster at git.koha-community.org
Thu May 16 03:41:10 CEST 2019


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, 18.05.x has been updated
       via  aacb4e6bb9e6cc0539134a0389e1babe540eb142 (commit)
      from  377af593c44b3c903c493fbe6dca62149ddf70ce (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 aacb4e6bb9e6cc0539134a0389e1babe540eb142
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Apr 19 09:28:35 2019 -0300

    Bug 22739: Test SelfCheckInTimeout <> 0, not just defined
    
    On sci-main.pl the preference value is tested for 'defined'. This patch
    tests it is different than empty string too. This was causing a
    JavaScript syntax error, that made it display a wrong message.
    
    To test:
    1 - Blank the syspref SelfCheckInTimeout
    2 - Attempt to checkin something via sci
    => FAIL: The 'Your request included no check-ins.' message is printed.
    3 - Apply this patch, reload the sci-main.pl page
    4 - Attempt to checkin something via sci
    => SUCCESS: The UI correctly stacks the scanned barcodes
    5 - Sign off :-D
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c1949cda9b2847bc6ecf7e1dbc07990c4055b69a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1269f7d6c7712b3c9115824660d5f12933ba6462)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 opac/sci/sci-main.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list