[Koha-bugs] [Bug 4045] No check for maximum number of allowed holds.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 14 16:56:24 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4045

--- Comment #23 from Kyle M Hall <kyle.m.hall at gmail.com> 2012-02-14 15:56:24 UTC ---
Created attachment 7634
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7634
Bug 4054 - Double-clicking the 'place hold' button can result in duplicate
holds

This commit adds a new jquery function to staff-global.js,
preventDoubleFormSubmit().
When used thusly: $('#form-id').preventDoubleFormSubmit();
It will prevent a submitted form from being submitted a second time.
It is currently only added to the Place Hold form in reserve/request.pl

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list