[open-ils-commits] r16393 - 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 May 5 17:13:28 EDT 2010


Author: phasefx
Date: 2010-05-05 17:13:22 -0400 (Wed, 05 May 2010)
New Revision: 16393

Modified:
   branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/summary.js
Log:
make this call .authoritative to avoid replication lag in the patron summary sidebar

Modified: branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/summary.js
===================================================================
--- branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/summary.js	2010-05-05 19:02:07 UTC (rev 16392)
+++ branches/rel_1_6/Open-ILS/xul/staff_client/server/patron/summary.js	2010-05-05 21:13:22 UTC (rev 16393)
@@ -695,7 +695,7 @@
                             );
                         } else if (obj.id && obj.id != 'null') {
                             robj = obj.network.simple_request(
-                                'FM_AU_FLESHED_RETRIEVE_VIA_ID',
+                                'FM_AU_FLESHED_RETRIEVE_VIA_ID.authoritative',
                                 [ ses(), obj.id ]
                             );
                         } else {



More information about the open-ils-commits mailing list