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=cb3d743edb49f0a6c1f52a350e929f642ca13eef;p=Evergreen.git no auto-select for patron search git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@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 } ); } }