From 12f235b7a7c770d198ff89dcf5abbf34040ecdd3 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 23 Feb 2011 20:20:43 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/patron/bill_history.xul | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 } ); } -- 2.11.0