From: phasefx Date: Wed, 23 Feb 2011 20:20:43 +0000 (+0000) Subject: This should prevent some spurious errors with bill history (a race condition between... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=12f235b7a7c770d198ff89dcf5abbf34040ecdd3;p=Evergreen.git This should prevent some spurious errors with bill history (a race condition between list selection and the bib summary pane updating itself), but needs testing before we backport (apologies in advance for commiting untested). git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@19521 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/bill_history.xul b/Open-ILS/xul/staff_client/server/patron/bill_history.xul index 2cce1e4446..e424b1b0db 100644 --- a/Open-ILS/xul/staff_client/server/patron/bill_history.xul +++ b/Open-ILS/xul/staff_client/server/patron/bill_history.xul @@ -81,7 +81,9 @@ 'my' : { 'mbts' : r } - } + }, + 'no_auto_select' : true, + 'to_bottom' : true } ); } else { @@ -90,7 +92,9 @@ 'retrieve_id' : r, 'row' : { 'my' : {} - } + }, + 'no_auto_select' : true, + 'to_bottom' : true } ); }