[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-164-g9d85636bf0

Git repo owner gitmaster at git.koha-community.org
Sat Aug 15 00:03:57 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, 20.05.x has been updated
       via  9d85636bf0db1350fb4f7e83e6cca2fcc0b1038b (commit)
      from  d3ca378db6bb258d3e8faaa58b3cc682507e2f4f (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 9d85636bf0db1350fb4f7e83e6cca2fcc0b1038b
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)

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list