From 40bc3692d1ffbad0d3660b465ea670ec88e22e09 Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 20 Mar 2007 00:54:25 +0000 Subject: [PATCH] no auto-select for patron search git-svn-id: svn://svn.open-ils.org/ILS/trunk@7081 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/search_result.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/search_result.js b/Open-ILS/xul/staff_client/server/patron/search_result.js index 23a0480eae..412da46bbd 100644 --- a/Open-ILS/xul/staff_client/server/patron/search_result.js +++ b/Open-ILS/xul/staff_client/server/patron/search_result.js @@ -218,7 +218,7 @@ patron.search_result.prototype = { function gen_func(r) { return function() { - obj.list.append( { 'retrieve_id' : r, 'row' : {}, 'to_bottom' : true } ); + obj.list.append( { 'retrieve_id' : r, 'row' : {}, 'to_bottom' : true, 'no_auto_select' : true } ); } } -- 2.43.2