make this call .authoritative to avoid replication lag in the patron summary sidebar
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 May 2010 21:13:22 +0000 (21:13 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 5 May 2010 21:13:22 +0000 (21:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16393 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 110b0fa..5b504cf 100644 (file)
@@ -695,7 +695,7 @@ patron.summary.prototype = {
                             );
                         } 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 {