Bug 26136: Prevent double submit on checkin-form
authorNick Clemens <nick@bywatersolutions.com>
Tue, 4 Aug 2020 13:13:43 +0000 (13:13 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Aug 2020 21:34:11 +0000 (21:34 +0000)
commit9d85636bf0db1350fb4f7e83e6cca2fcc0b1038b
tree4a583e49e7e5ed1035105de3ccc4352cd49d066b
parentd3ca378db6bb258d3e8faaa58b3cc682507e2f4f
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@cheshiresharedservices.gov.uk>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 44f54aac602ae99d83d954a2f102d77ff93ecfa7)
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt