disable auto-select to prevent a bug.. the problem here is that some of the actions...
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 Apr 2007 20:43:33 +0000 (20:43 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 Apr 2007 20:43:33 +0000 (20:43 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0_4@7145 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 2bd2cb5..64caea1 100644 (file)
@@ -182,7 +182,7 @@ patron.items.prototype = {
                                        fake_copy.barcode( '' );
                                        fake_copy.circ_lib( nc_circ.circ_lib() );
 
-                                       obj.list.append( { 'row' : { 'my' : { 'circ' : fake_circ, 'mvr' : fake_record, 'acp' : fake_copy } }, 'to_bottom' : true } );
+                                       obj.list.append( { 'row' : { 'my' : { 'circ' : fake_circ, 'mvr' : fake_record, 'acp' : fake_copy } }, 'to_bottom' : true, 'no_auto_select' : true } );
 
                                } catch(F) {
                                        obj.error.standard_unexpected_error_alert('Error showing NonCat #' + robj[ii].id(),F);