From 7660909ca89da91ec0f05dc3ffa32f5def136ef9 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 26 Feb 2011 16:21:33 -0500 Subject: [PATCH] Bug 5815: Double clicking submits patron selection Double clicking on an item in the list of matching names now automatically submits the form when checking out to a patron by name rather than barcode. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index ab681f1c7c..8a184d1231 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -494,6 +494,7 @@ if ($borrowerslist) { -id => 'borrowernumber', -values => \@values, -labels => \%labels, + -ondblclick => 'document.forms[\'mainform\'].submit()', -size => 7, -tabindex => '', -multiple => 0 -- 2.39.2