[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.09-2-g7a34b88885

Git repo owner gitmaster at git.koha-community.org
Wed Sep 2 00:59:27 CEST 2020


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, 19.11.x has been updated
       via  7a34b88885c13a89cd713bb76eadef11472c1960 (commit)
       via  90fdf1fa07e24fa80dac3460849f543565cfcb6a (commit)
      from  d3b130d1ab1f8c751912accc4c5371c7a7298825 (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 7a34b88885c13a89cd713bb76eadef11472c1960
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 21 14:00:51 2020 +0200

    Bug 26270: Fix ThingISBN after a change in behaviour
    
    This is just a guess! One of our tests is failing since today and we
    don't modify anything in this area.
    My guess is that the service is now returning the normalized version of
    the ISBN
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 90fdf1fa07e24fa80dac3460849f543565cfcb6a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Aug 4 13:13:43 2020 +0000

    Bug 26136: Prevent double submit on checkin-form
    
    To test:
     1 - Browse to Circulation->Check-in
     2 - Type a barcode into the Check in box
     3 - Hit Enter as many as times as you can
     4 - Check the statistics table:
        SELECT * FROM statistics WHERE itemnumber={itemnumber} AND DATE(datetime)=CURDATE();
     5 - Note you have multiple lines for the same item at the same time
     6 - Apply patch
     7 - Reload the page
     8 - Type the barcode
     9 - Press Enter even more fast and more furiously
    10 - Check the statistics table
    11 - Only one entry, huzzah!
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 44f54aac602ae99d83d954a2f102d77ff93ecfa7)
    (cherry picked from commit 9d85636bf0db1350fb4f7e83e6cca2fcc0b1038b)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 C4/XISBN.pm                                             | 2 ++
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 +
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list