no auto-select for patron search
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Mar 2007 00:54:25 +0000 (00:54 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Mar 2007 00:54:25 +0000 (00:54 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0_3@7081 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/search_result.js

index 23a0480..412da46 100644 (file)
@@ -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 } );
                                        }
                                }