[open-ils-commits] r19521 - branches/rel_1_6/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 23 15:20:48 EST 2011
Author: phasefx
Date: 2011-02-23 15:20:43 -0500 (Wed, 23 Feb 2011)
New Revision: 19521
Modified:
branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/bill_history.xul
Log:
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).
Modified: branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/bill_history.xul
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/bill_history.xul 2011-02-23 15:07:17 UTC (rev 19520)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/bill_history.xul 2011-02-23 20:20:43 UTC (rev 19521)
@@ -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
}
);
}
More information about the open-ils-commits
mailing list