From: pines Date: Tue, 20 Mar 2007 00:54:25 +0000 (+0000) Subject: no auto-select for patron search X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=40bc3692d1ffbad0d3660b465ea670ec88e22e09;p=Evergreen.git no auto-select for patron search git-svn-id: svn://svn.open-ils.org/ILS/trunk@7081 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 } ); } }