From 977fe0fd5a58711a6ea29a04a3a070f0d3a87e59 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 11 Aug 2010 17:42:12 +0000 Subject: [PATCH] Use the authoritative method to retrieve patron summary git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_0@953 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- xul/server/patron/summary.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xul/server/patron/summary.js b/xul/server/patron/summary.js index 65f26d1e59..cb094d11de 100644 --- a/xul/server/patron/summary.js +++ b/xul/server/patron/summary.js @@ -2,6 +2,7 @@ dump('entering patron.summary.js\n'); function $(id) { return document.getElementById(id); } var patronStrings = $('patronStrings'); +var offlineStrings = $('offlineStrings'); if (typeof patron == 'undefined') patron = {}; patron.summary = function (params) { @@ -667,7 +668,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