From e65e96e2ce3e40e1c49b9b7a356c19e4af6b5ff8 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 5 May 2010 21:13:22 +0000 Subject: [PATCH] make this call .authoritative to avoid replication lag in the patron summary sidebar 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/summary.js b/Open-ILS/xul/staff_client/server/patron/summary.js index 110b0faec8..5b504cf093 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary.js +++ b/Open-ILS/xul/staff_client/server/patron/summary.js @@ -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 { -- 2.11.0