Bug 37983: Restore auto-focus on patron input when "Schedule a pickup" is selected
In the curbside pickup module, when the "Schedule a pickup" tab is selected we expect the patron search box to get the focus. But it has been broken bug 30965 (which changed the id of the input). Test plan: Setup curbside pickup for your library Go to Circulation > Curbside pickups Click the last tab Notice that you can directly search for a patron, the input has the focus Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
4447352f81
commit
83f542de19
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@
|
|||
$(document).ready(function() {
|
||||
|
||||
$('#schedule-pickup-tab').on('click', function() {
|
||||
$('#input-patron-cardnumber').focus();
|
||||
$('#find-patron').focus();
|
||||
});
|
||||
|
||||
const pickup_date = document.querySelector("#pickup_date");
|
||||
|
|
Loading…
Reference in a new issue